Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mechero/spring-boot-jboss-wildfly
Spring Boot application sample that can be deployed to a JBoss Wildfly application server
https://github.com/mechero/spring-boot-jboss-wildfly
docker jboss spring-boot spring-mvc wildfly wildfly13
Last synced: 7 days ago
JSON representation
Spring Boot application sample that can be deployed to a JBoss Wildfly application server
- Host: GitHub
- URL: https://github.com/mechero/spring-boot-jboss-wildfly
- Owner: mechero
- Created: 2017-09-02T17:18:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T16:09:59.000Z (about 5 years ago)
- Last Synced: 2024-10-29T20:06:34.635Z (17 days ago)
- Topics: docker, jboss, spring-boot, spring-mvc, wildfly, wildfly13
- Language: Java
- Size: 9.07 MB
- Stars: 35
- Watchers: 2
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot - JBoss Wildfly demo app
## Description
This is a sample project that shows how to deploy a `war` file with a Spring Boot 2 application on a Wildfly server, included in a post at [The Practical Developer site](https://thepracticaldeveloper.com/2017/09/02/how-to-deploy-a-spring-boot-war-in-wildfly-jboss/)
## Instructions
You need to have a JDK 11 installed in your system. Then, run the script `docker-build.sh` (or the commands inside if you're in Windows) and you will generate an image with a sample Spring Boot application packaged in a war file and deployed to Wildfly and Tomcat.
The complete instructions [are here](https://thepracticaldeveloper.com/2017/09/02/how-to-deploy-a-spring-boot-war-in-wildfly-jboss/).