摘要:
SpringBoot关于依赖注入的坑很多,记录一下 @Value变量为什么是null? @Value取值为NULL的解决方案 How to get the content of file properties in Spring Boot 我的redisUtil为什么是null? redisUtil 阅读全文
摘要:
Spring IoC 控制反转 https://www.cnblogs.com/joy99/p/10842218.html 将创建对象的控制权交给了spring这个大容器(工厂),对象不再由我们来创建,而是由spring帮我们构建。 注解 @Component 标在实体类前面,让Scanner来扫描 阅读全文