This is a short guide on how to deploy a Spring boot war packaged application to Wildfly and Tomcat. As you know, Wildfly is the name of the community version of JBoss EAP, so this configuration should work for JBoss EAP as well.
Introduction
Updated: Code examples use Wildfly 18, Java 11 and Spring Boot 2.2.
More info about code examples.
Spring Boot guides encourage you to deploy your application with the embedded server when you package the jar file. The default server depends now on...
Published on August 06, 2018 11:05