tomcat deployment
lastlink opened this issue · 4 comments
Should be able to do a mvn package
and copy to a tomcat server as a war file. I'm having difficulties setting up the boiler plate.
To be honest I never did this by myself.
It's documented here: https://docs.spring.io/spring-boot/docs/2.0.0.RELEASE/reference/htmlsingle/#howto-traditional-deployment
I figured it out, I'm going to do a pull request as this works w/ your current code. I was wondering if you could create a separate mysql branch, see issue #84, so I could do a pull request w/ the flyway changes as this is not cross compatible w/ h2.
I have solution . I just produce many jar linked with manifestation.mf created by intellij . That work for me !
I'm closing this ticket now because there is an explanation about this in the Spring Boot documentation mentioned above.