Skip to content

Latest commit

 

History

History

springboot-base

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Spring-Boot Application hosted in jeka-src

Run a Spring-Boot application from sources.

Setup IDE

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.