# wildfly-spring-boot-sample
**Repository Path**: mirrors_pvorb/wildfly-spring-boot-sample
## Basic Information
- **Project Name**: wildfly-spring-boot-sample
- **Description**: A sample Spring Boot application that can be deployed on JBoss WildFly
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2020-08-18
- **Last Updated**: 2026-08-01
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 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 or in your
browser.