|
|
|
|
|
by mcroft
3782 days ago
|
|
There are docker containers available for most of these. Spring Boot is made by Pivotal too, so has native CloudFoundry support if you want a PaaS. Docker is likely the most portable, but if you're happy writing an init.d start script or something you'd just need to call:
java -jar /path/to/myapp.jar |
|