2020年9月4日

Spring Boot 配置文件注入,在yml中可以自动提示

摘要: 添加依赖 在pom中添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</o 阅读全文

posted @ 2020-09-04 17:42 过来啊小莲 阅读(1765) 评论(0) 推荐(0) 编辑

idea yml配置不显示绿叶,且无自动提示

摘要: 1、首先确定yml所在的文件夹类型是不是 Resources Root 类型(通过File ->Project Structure 配置),如果不是,就在 resources 上右键 Make Directory as Resources Root。若无绿叶,继续。2、添加Spring Assist 阅读全文

posted @ 2020-09-04 17:31 过来啊小莲 阅读(5192) 评论(0) 推荐(0) 编辑

javabean深拷贝工具包

摘要: <!-- https://mvnrepository.com/artifact/uk.com.robust-it/cloning --><dependency> <groupId>uk.com.robust-it</groupId> <artifactId>cloning</artifactId> 阅读全文

posted @ 2020-09-04 11:41 过来啊小莲 阅读(430) 评论(0) 推荐(0) 编辑

导航