spring默认使用yml中的配置,但有时候要用传统的xml或properties配置,就需要使用spring-boot-configuration-processor了 引入pom依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency>author.name=zhangsan a...
1. 红黑树与平衡二叉树(2) 2. SpringBoot+Mybatis关于开启驼峰映射的设置及注意事项(2) 3. IDEA在src和resource下创建包和多层目录(2) 4. Method annotated with @Bean is called directly. Use dependency injection instead. (2) 5. Java中那些让我傻傻分不清楚的7个小细节(1) 最新评论 1. Re...
Spring默认使用yml中的配置,但有时候要用传统的xml或properties配置,就需要使用spring-boot-configuration-processor了 引入pom依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> 配置文件authorSetting....