Skip to content

Latest commit

 

History

History

kotlin-java-ee-payara-docker

java-ee-examples (kotlin) Build Status

kotlin-java-ee-payara-docker

This repository contains simple JavaEE JAX-RS Wildfly Swarm Micro-profile example using Kotlin

./gradlew clean war
docker-compose up --force-recreate --build --remove-orphans
http :8080/payara-app/
http :8080/payara-app/max
docker-compose down -v