1.devtools:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
Security:
2.lombok:
在项目中使用Lombok可以减少很多重复代码的书写。比如说getter/setter/toString等方法的编写。
https://www.cnblogs.com/qnight/p/8997493.html
3.configuration Processor
4.session
5.cach
6.validation
7.Retry
8.Aspects
网友评论