Skip to content

A sample Spring Boot application that can be deployed on JBoss WildFly

License

Notifications You must be signed in to change notification settings

jgothan/wildfly-spring-boot-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wildfly-spring-boot-sample

  1. Download WildFly from http://wildfly.org and unzip it.
  2. Clone this repo and call mvn install.
  3. Move the *.war file from the target directory to the directory where you unzipped WildFly under standalone/deployments.
  4. Run WildFly by calling standalone.bat or standalone.sh in bin.
  5. Open http://localhost:8080/ or http://localhost:8080/sample.txt in your browser.

About

A sample Spring Boot application that can be deployed on JBoss WildFly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%