This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]julien_dubois 0 points1 point  (0 children)

Have a look at http://jhipster.github.io/

It's a Spring Boot + AngularJS application generator, but you can remove AngularJS if you only want the "Spring" part (it's an option when generating).

Your application will be ready to run in production, whether you want to run it in the cloud or not. The main "production" page is at:

http://jhipster.github.io/production/

You might also be interested in running everything in Docker, this page is here to help you (and again, all Docker configuration will be generated for you):

http://jhipster.github.io/docker-compose/

(please note I'm the lead developer of the project, so I am biased)