Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsuki-hayashi/jetty-skeleton
A template for lightweight Java EE based project with Jetty, CDI(Weld) and JPA(EclipseLink). Docker support included.
https://github.com/itsuki-hayashi/jetty-skeleton
Last synced: about 2 months ago
JSON representation
A template for lightweight Java EE based project with Jetty, CDI(Weld) and JPA(EclipseLink). Docker support included.
- Host: GitHub
- URL: https://github.com/itsuki-hayashi/jetty-skeleton
- Owner: itsuki-hayashi
- License: mit
- Created: 2018-02-18T12:35:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T15:41:40.000Z (over 1 year ago)
- Last Synced: 2024-06-06T20:16:12.435Z (7 months ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jetty-skeleton
A template for lightweight Java EE based project with Jetty, CDI(Weld) and JPA(EclipseLink). Docker support included.# Usage
Install Docker and Maven and run the following.
`mvn package && docker-compose.exe up --build`