摘要: 十一月 17, 2019 1:11:44 下午 org.apache.tomcat.util.digester.SetPropertiesRule begin警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting pro 阅读全文
posted @ 2019-11-17 13:17 想做架子工的攻城狮 阅读(993) 评论(0) 推荐(0) 编辑
摘要: @Autowired注解是spring自己定义的,@Resource是由JSR-250规范定义的注解。 @Resource的作用相当于@Autowired,只不过@Autowired按byType自动注入,而@Resource默认按 byName自动注入罢了。@Resource有两个属性是比较重要的 阅读全文
posted @ 2019-11-17 13:11 想做架子工的攻城狮 阅读(119) 评论(0) 推荐(0) 编辑