SpringBoot开发技巧
1.lombok
2.yaml
在依赖里面开启代码提示功能
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
</dependency>
打包时避免将工具打包

1.lombok
2.yaml
在依赖里面开启代码提示功能
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
</dependency>
打包时避免将工具打包
