添加lombok,分离注册周期事件

1、添加lombok依赖
2、分离注册周期事件
This commit is contained in:
朱俊杰
2022-01-25 15:42:11 +08:00
parent 94688534f8
commit 4065703317
5 changed files with 84 additions and 1 deletions

View File

@@ -228,6 +228,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<!-- <scope>test</scope>-->
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>