1.lombok

2.yaml

  在依赖里面开启代码提示功能

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
</dependency>

  打包时避免将工具打包

 

 


posted on 2022-04-12 23:13  需要多勇敢  阅读(30)  评论(0)    收藏  举报