Codebase for the blog post #HOWTO: Bootstrap your first Jakarta EE 8 application
Steps to run this project:
- Clone this Git repository
- Navigate to the folder
bootstrap-jakarta-ee-8-application
- Start you docker engine
- Build and run the application with
./buildAndRun.sh
orbuildAndRun.bat
(this will use Maven) - Wait until WildFly successfully started and then visit
http://localhost:8080/resources/users
in your browser