1、简介
在Spring3.0升级了纯注解开发模式,使用Java类来代替配置文件,开启了Spring快速开发赛道。
2、定义bean
@Component
@Service
@Controller
@Repository
3、纯注解开发
使用@Configuration声明一个配置类,使用@ComponentScan来扫描作为bean的类。文章来源:https://www.toymoban.com/news/detail-648951.html
最后使用AnnotationConfigApplicationContext类来创建容器文章来源地址https://www.toymoban.com/news/detail-648951.html
到了这里,关于【Spring】纯注解开发的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!