You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?
The text was updated successfully, but these errors were encountered:
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.
@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?The text was updated successfully, but these errors were encountered: