oblac / joy-boot

Boostrap for Jodd Joy web applications.
http://jodd.org/joy
BSD 2-Clause "Simplified" License
3 stars 1 forks source link

Cannot package web application to executable fat jar! #2

Open yujinping opened 5 years ago

yujinping commented 5 years ago

@igr I use joy-boot for local machine to test some web application.

In fact, what I need is the ability to package the jodd web application(including the dependent jars) into a fat jar file, and then run as the way like springboot(just using cmd java -jar test.jar to run the web app of jodd), do you have any good ideas?

igr commented 5 years ago

Yes - just use some fatjar plugin - it should be enough. Jodd-boot has all dependencies in the gradle, as usually, so just pack it with such plugin. This should work.