Spring boot的创建

Spring boot的创建_第1张图片
image.png

1.devtools:



org.springframework.boot
spring-boot-devtools
true

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

你可能感兴趣的:(Spring boot的创建)