diff --git a/backend/.gitignore b/backend/.gitignore index 0781ed5..afab06e 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -116,3 +116,5 @@ fabric.properties ### VS Code ### .vscode/ + +lombok.config diff --git a/backend/.idea/compiler.xml b/backend/.idea/compiler.xml index fb7f4a8..eb684d8 100644 --- a/backend/.idea/compiler.xml +++ b/backend/.idea/compiler.xml @@ -1,6 +1,16 @@ + + + + + + + + + + \ No newline at end of file diff --git a/backend/build.gradle b/backend/build.gradle index 85ffed8..ebf56f5 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -1,6 +1,7 @@ plugins { id 'org.springframework.boot' version '2.2.6.RELEASE' id 'io.spring.dependency-management' version '1.0.9.RELEASE' + id "io.freefair.lombok" version "5.0.0-rc6" id 'java' }