Spring
SingleMenInit
这个作者很懒,什么都没留下…
展开
-
Spring基于注解的配置
Spring @Required注解 @Required注释使用在Bean属性中的setter方法,表示该属性必须要在xml文件中进行配置,否则会抛出一个 BeanInitializationException 异常Spring @Autowired注解 @Autowired 注释可以在 setter 方法中被用于自动连接 bean,一个属性或者任意命名的可能带有多...原创 2019-09-17 22:14:44 · 160 阅读 · 0 评论 -
SpringBoot的配置文件和注解
SpringBoot创建maven工程在pom.xml中导入相应的依赖 <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-in...原创 2019-10-09 20:39:56 · 386 阅读 · 0 评论