Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcruzdev/platformoon-servlet

Practicing Jakarta EE 10 Specifications with Payara Micro
https://github.com/mcruzdev/platformoon-servlet

Last synced: about 1 month ago
JSON representation

Practicing Jakarta EE 10 Specifications with Payara Micro

Awesome Lists containing this project

README

        

# Build
mvn clean package && docker build -t org.example/platformoon-servlet .

# RUN

docker rm -f platformoon-servlet || true && docker run -d -p 8080:8080 -p 4848:4848 --name platformoon-servlet org.example/platformoon-servlet # platformoon-servlet