摘要: 参考: https://blog.csdn.net/qq_41767337/article/details/89002422 https://www.iteye.com/blog/breezylee-2054101 阅读全文
posted @ 2019-10-30 14:13 毛会懂 阅读(2389) 评论(0) 推荐(0) 编辑
摘要: @Bean修饰的方法参数的注入方式: 方法参数默认注入方式为Autowired,即先根据类型匹配,若有多个在根据名称进行匹配。 1:复杂类型可以通过@Qualifier(value=“XXX”)限定; 2:对于普通类型使用@Value(XXX)指定; @PropertySource("classpa 阅读全文
posted @ 2019-10-30 14:06 毛会懂 阅读(13809) 评论(1) 推荐(2) 编辑
摘要: 來自:https://www.cnblogs.com/shengulong/p/8280993.html 一个mvn dependency:tree命令执行的输出如下: [INFO] +- junit:junit:jar:3.8.1:test (scope not updated to compil 阅读全文
posted @ 2019-10-30 10:13 毛会懂 阅读(1393) 评论(0) 推荐(0) 编辑