Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged 关于springboot

0 votes
3.6k views
1 answer
    说是springboot中一切都是bean,是指能写成bean的类都要写成bean吗? 譬如我有一个统一的返回类 public class Response{},那么应该注册这个bean,然后再controller中@Autowired吗,我都是 ... 哪一种?或是根据不同的class,某些特性的class需要使用bean装配,某些适合直接new?...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...