|  |  |  | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.projectlombok</groupId> | 
|---|
|  |  |  | <artifactId>lombok</artifactId> | 
|---|
|  |  |  | <version>1.18.28</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- @Aspect @Pointcut @Around等应用 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.baomidou</groupId> | 
|---|
|  |  |  | <artifactId>mybatis-plus-boot-starter</artifactId> | 
|---|
|  |  |  | <version>3.5.3.2</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.baomidou</groupId> | 
|---|
|  |  |  | <artifactId>mybatis-plus-extension</artifactId> | 
|---|
|  |  |  | <version>3.5.3.2</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | <artifactId>log4j-slf4j-impl</artifactId> | 
|---|
|  |  |  | <version>2.17.2</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </dependencies> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <build> | 
|---|