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