add lombok model support on spring (#17622)

* add lombok model support on spring

* use regex to adapt annotation with parenthesis

* add ut case

* add samples

* add samples

* fix github workflow

* fix github workflow
This commit is contained in:
dabdirb
2024-01-27 10:45:44 +08:00
committed by GitHub
parent a092bbd83b
commit 66a6af5ca4
86 changed files with 5737 additions and 5 deletions

View File

@@ -25,6 +25,8 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
</configuration>
</plugin>
</plugins>
</build>