apache / karaf-minho

Apache Karaf Minho
https://karaf.apache.org/
Apache License 2.0
6 stars 5 forks source link

Add exploded mode support in spring-boot #7

Open jbonofre opened 1 year ago

jbonofre commented 1 year ago

Right now, Minho only supports repackaged spring boot application jar, wrapping all jar in uber jar. Then, Minho uses JarLauncher to launch the spring boot application.

However, this is not the running mode recommended by spring boot. Minho should support running spring boot application in exploded mode (similar to spring-boot:run maven goal).

It means that Minho needs:

This preparation step should be performed at build time (in Minho tooling), not at build time.