File tree Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 397
397
<artifactId >spring-boot-maven-plugin</artifactId >
398
398
</plugin >
399
399
400
- <plugin >
401
- <groupId >org.apache.maven.plugins</groupId >
402
- <artifactId >maven-compiler-plugin</artifactId >
403
- <version >3.11.0</version >
404
- <configuration >
405
- <annotationProcessorPaths >
406
- <path >
407
- <groupId >org.projectlombok</groupId >
408
- <artifactId >lombok</artifactId >
409
- <version >1.18.30</version >
410
- </path >
411
- </annotationProcessorPaths >
412
- </configuration >
413
- </plugin >
400
+ <!-- <plugin> -- >
401
+ <!-- <groupId>org.apache.maven.plugins</groupId> -- >
402
+ <!-- <artifactId>maven-compiler-plugin</artifactId> -- >
403
+ <!-- <version>3.11.0</version> -- >
404
+ <!-- <configuration> -- >
405
+ <!-- <annotationProcessorPaths> -- >
406
+ <!-- <path> -- >
407
+ <!-- <groupId>org.projectlombok</groupId> -- >
408
+ <!-- <artifactId>lombok</artifactId> -- >
409
+ <!-- <version>1.18.30</version> -- >
410
+ <!-- </path> -- >
411
+ <!-- </annotationProcessorPaths> -- >
412
+ <!-- </configuration> -- >
413
+ <!-- </plugin> -- >
414
414
415
415
<plugin >
416
416
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments