Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 352 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 352 Bytes
  • To run in development mode, run gradle :web:bootRun -Dspring.profiles.active=dev.
  • To build a JAR file, run gradle :web:bootRepackage -Dspring.profiles.active=dev. The resulting JAR file will not contain any config files, those need to be in ./config/ folder. This is required to allow changing the configuration without having to rebuild.