https://github.com/shahdd21/jakartaee-product-management
https://github.com/shahdd21/jakartaee-product-management
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shahdd21/jakartaee-product-management
- Owner: Shahdd21
- Created: 2025-04-30T11:18:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-02T10:57:12.000Z (6 months ago)
- Last Synced: 2025-05-02T11:48:17.643Z (6 months ago)
- Language: Java
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eclipse Starter for Jakarta EE
This is a sample application generated by the Eclipse Foundation starter for Jakarta EE.* You can build the application by executing the following command from the directory where this file resides.
Please ensure you have installed a [Java SE implementation](https://adoptium.net) appropriate for your
Jakarta EE version (this sample assumes Java SE 21). Note,
the [Maven Wrapper](https://maven.apache.org/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
```
This will generate a file named `jakartaee-product-management.war`. You should be able to run the application by deploying
the file to a [Jakarta EE compatible runtime](https://jakarta.ee/compatibility).