Spring boot的创建

2018-08-22  本文已影响0人  忆时光_f94e
image.png

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

上一篇 下一篇

猜你喜欢

热点阅读