/jaxrsapi

JaxRs api with Authorization and Authentication with Glassfish 5. Pagination like Spring Boot

Primary LanguageJava

Build

mvn clean package && docker build -t aem.example.jee/JaxRsApi .

RUN

docker rm -f JaxRsApi || true && docker run -d -p 8080:8080 -p 4848:4848 --name JaxRsApi aem.example.jee/JaxRsApi