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
- Host: GitHub
- URL: https://github.com/daggerok/thorntail-example
- Owner: daggerok
- License: mit
- Created: 2018-11-08T21:48:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T04:46:55.000Z (over 7 years ago)
- Last Synced: 2025-01-10T00:41:39.205Z (about 1 year ago)
- Topics: cdi-log, cdi-logger, cdi-logger-provider, javaee, maven, microprofile, thorntail, wildfly-swarm
- Language: Java
- Size: 127 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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
----