美文网首页
Spring boot的创建

Spring boot的创建

作者: 忆时光_f94e | 来源:发表于2018-08-22 16:35 被阅读0次
    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

    相关文章

      网友评论

          本文标题:Spring boot的创建

          本文链接:https://www.haomeiwen.com/subject/phyyiftx.html