rokon12 / jakartaee-hello-world

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Java 71.9%Language:HTML 28.1%