Spring Boot入门笔记

参考:https://www.jianshu.com/p/8e3de55d4373html (1)@Configration标签    表示这个类可被Spring识别的配置对象的类,只有有这个标记的标签的类才能使用@Bean标签做用于对应的方法上面。java (2)@Bean标签 @Bean(destroyMethod = "destory", initMethod = "init")也能够经过这
相关文章
相关标签/搜索