- Java 11+
Since Lombok is used, you need to install the appropriate plugin within your IDE (https://projectlombok.org)
For those using Intellij IDEA there is already a formatter included in the Project. If it's not enabled by default you can do that in File->Settings->Editor->Code Style-Scheme->Project. Also make sure that "Enable EditorConfig support" is checked, this can be found in File->Settings->Editor->Code Style
Run project with: ./mvnw spring-boot:run -pl application
Run project with: ./mvnw spring-boot:run -pl application -D"spring-boot.run.profiles"=prod