Y
Hacker News
new
|
ask
|
show
|
jobs
by
threeseed
4698 days ago
It's more your 'typical' Java app.
Which is often the huge array of JARs and folder structure you typically need to bootstrap.
1 comments
cgag
4697 days ago
My understanding is you can just build an uberjar that contains all that, then just drop that jar on your sever and run it (java -jar myuberjar.jar).
link