diff --git a/backend/pom.xml b/backend/pom.xml index 590ddb5..d4b8c21 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -104,6 +104,18 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.projectlombok + lombok + + + + org.springframework.boot spring-boot-maven-plugin diff --git a/lombok.config b/lombok.config new file mode 100644 index 0000000..df71bb6 --- /dev/null +++ b/lombok.config @@ -0,0 +1,2 @@ +config.stopBubbling = true +lombok.addLombokGeneratedAnnotation = true