/jakartaee-hello-world

Source code of how to store and retrieve data using Jakarta Persistence of Jakarta EE

Primary LanguageJava

Eclipse Starter for Jakarta EE

This is a sample application generated by the Eclipse Foundation starter for Jakarta EE.

You can run the application by executing the following command from the directory where this file resides. Please ensure you have installed a Java SE 8+ implementation appropriate for your Jakarta EE version and runtime choice (we have tested with Java SE 8, Java SE 11 and Java SE 17). Note, the Maven Wrapper is already included in the project, so a Maven install is not actually needed. You may first need to execute chmod +x mvnw.

./mvnw clean package wildfly:run

Once the runtime starts, you can access the project at http://localhost:8080/jakartaee-hello-world.