Skip to content

Files

Latest commit

055e12b · Dec 26, 2017

History

History
16 lines (12 loc) · 500 Bytes

File metadata and controls

16 lines (12 loc) · 500 Bytes

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