Skip to content

Spring Boot application sample that can be deployed to a JBoss Wildfly application server

Notifications You must be signed in to change notification settings

PENHCHET/spring-boot-jboss-wildfly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Instructions

First, you need to generate the package using Maven:

mvn clean package

Then, copy the generated war file in the target directory to the docker folder, build the docker image using the included Dockerfile and run it. You should be able to reach the endpoint via http://localhost:8080/hola.

The complete instructions are here.

About

Spring Boot application sample that can be deployed to a JBoss Wildfly application server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 79.7%
  • Dockerfile 10.3%
  • Shell 10.0%