Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`