Skip to content

Latest commit

 

History

History

kotlin-javaee-cdi-h2

KOTLIN | JavaEE | CDI | H2 | JSON Build Status

kotlin-javaee-cdi-h2

according to default ${JBOSS_HOME}/standalone/configuration/standalone.xml
<!-- skepped... -->
<datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true">
<!-- skepped... -->
build and test
docker-compose down -v; ./gradlew; ./mvnw; docker-compose up --build --force-recreate --remove-orphans
# gradle
http get  :8080/kotlin-ee/
http get  :8080/kotlin-ee/get-all
http post :8080/kotlin-ee/save-some
http get  :8080/kotlin-ee/get-all
# maven
http get  :8081/kotlin-ee/
http get  :8081/kotlin-ee/get-all
http post :8081/kotlin-ee/save-some
http get  :8081/kotlin-ee/get-all