Spring Boot 3.x 系列【27】应用篇之集成Lombok简化开发
有道无术,术尚可求,有术无道,止于术。
本系列Spring Boot版本3.0.5
源码地址:https://gitee.com/pearl-organization/study-spring-boot3
文章目录
-
- 1. 前言
- 2. 安装
-
- 2.1 IDEA
- 2.2 Myeclipse
- 3. 注解汇总介绍
-
- 常用注解
- 外部注解
- 试验性注解
- 4. 案例演示
-
- @NoArgsConstructor
- @RequiredArgsConstructor
- @AllArgsConstructor
- @Builder
- @Cleanup
- <