An open API service indexing awesome lists of open source software.

https://github.com/daggerok/thorntail-example

wildfly-swarm -> thorntail
https://github.com/daggerok/thorntail-example

cdi-log cdi-logger cdi-logger-provider javaee maven microprofile thorntail wildfly-swarm

Last synced: about 1 year ago
JSON representation

wildfly-swarm -> thorntail

Awesome Lists containing this project

README

          

= thorntail-example (aka wildfly-swarm) image:https://travis-ci.org/daggerok/thorntail-example.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/thorntail-example"]

for how2 see link:./.travis.yml[Travis CI build config] file

links:

- https://thorntail.io/
- https://docs.thorntail.io/2.2.1.Final/
- https://www.youtube.com/watch?v=eJBqo8iKBHI

.others
----
java -Dthorntail.classpath=/path/to/h2-1.4.196.jar -jar my-app-thorntail.jar
java -jar my-app-thorntail.jar -s /path/to/project-defaults.yaml
----

.profiles
----
java -jar ./target/*-thorntail.jar -Stesting -Scloud -s/home/app/openshift.yml
# applied in order:
/home/app/openshift.yml
./src/main/resources/project-testing.yml
./src/main/resources/project-cloud.yml
./src/main/resources/project-defaults.yml
----

.usage instructions
----
/usage.txt
/META-INF/usage.txt
/WEB-INF/usage.txt
----