Reputation: 249
I would like to make a linux server to host my application which is developed using spring boot, vaadin and mysql. As far as I know jdk, Tomcat and mysql.
Thanks
Upvotes: 1
Views: 149
Reputation: 8001
With that setup, the natural way would be to package the application as a .war file that is deployed to the Tomcat instance.
pom.xml
. You thus don't need anything special on the server for that purpose.Upvotes: 2