Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot package web application to executable fat jar! #2

Open
yujinping opened this issue Mar 4, 2019 · 1 comment
Open

Cannot package web application to executable fat jar! #2

yujinping opened this issue Mar 4, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@yujinping
Copy link

@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
Copy link
Member

igr commented Mar 4, 2019

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 igr self-assigned this Mar 4, 2019
@igr igr added enhancement New feature or request question Further information is requested labels Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Development

No branches or pull requests

2 participants