Run a Spring-Boot application from sources.
jeka intellij: iml
Execute app :
jeka runJar
Execute Test :
jeka test
Build Docker Image :
jeka docker: build
Run Docker Image :
jeka docker: run
The idea is to code the Spring-Boot application entirely is jeke-src.
Everything, concerning non-prod (build, tests) are located under _dev package and won't be shipped with the application.