- Download WildFly from http://wildfly.org and unzip it.
- Clone this repo and call
mvn install
. - Move the *.war file from the
target
directory to the directory where you unzipped WildFly understandalone/deployments
. - Run WildFly by calling
standalone.bat
orstandalone.sh
inbin
. - Open http://localhost:8080/ or http://localhost:8080/sample.txt in your browser.
dsurendranaidu/wildfly-spring-boot-sample
A sample Spring Boot application that can be deployed on JBoss WildFly
JavaMIT