wildfly-bootable
This repository is an example how to build simple Wildfly Bootable java project
In order to build and run this project:
- clone or download this repository into some subdirectory
- run maven command:
mvn clean package wildfly-jar:package wildfly-jar:run
- this command builds the project, downloads WIldFly server and run application on it - navigate to http://localhost:8080/ in your browser
You should see startup page with two links on it.
This application is also an example of bug in Primefaces mentioned in some question on Stack Overflow --> click this link for details