@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
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.jarto run the web app of jodd), do you have any good ideas?