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