gradle build -x test
NB! Make sure Annotation Processors are enabled (Under Preferences -> Compiler -> Annotation Processors -> Enable annotation proccessing) and Lombok plugin is installed.
Make also sure these dependencies could be found in * build.gradle *
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
- Java SE 9
- Spring Framework
- PostgreSQL open-source relational database
- Java integrated development environment IntelliJ
- Swagger open-source software framework for managing RESTful Web services
SWAGGER:
NB! (For using swagger comment config/WebSecurityConfig)