Skip to content

Instantly share code, notes, and snippets.

@jfdenise
Last active April 28, 2023 12:12
Show Gist options
  • Save jfdenise/38321e80e05b7f7d17de421c9b73519e to your computer and use it in GitHub Desktop.
Save jfdenise/38321e80e05b7f7d17de421c9b73519e to your computer and use it in GitHub Desktop.
java -jar glow.jar frdemo-backend.war --addons=postgresql
feature-packs
org.wildfly:wildfly-galleon-pack:28.0.0.Final-SNAPSHOT</location>
org.wildfly:wildfly-datasources-galleon-pack:4.0.0.Final-SNAPSHOT</location>
layers
jaxrs-server
microprofile-reactive-messaging-kafka
postgresql-datasource
ejb-lite
According to the discovered layers, the following Add-ons have been enabled:
- kafka
- postgresql : To configure the postgresql datasource, check the documentation in https://github.com/wildfly-extras/wildfly-datasources-galleon-pack/blob/main/doc/postgresql/README.md
- wildfly-cli
identified errors
* unbound-datasources is fixed
- add-on postgresql suggests: Required env variables : POSTGRESQL_JNDI=java:/FRDemoDS POSTGRESQL_DATABASE=<database name> POSTGRESQL_USER=<user> POSTGRESQL_PASSWORD=<password>
suggestions
* you could enable add-ons:
- h2-database
- hal-web-console
- hibernate-search
- mysql : To configure the mysql datasource, check the documentation in https://github.com/wildfly-extras/wildfly-datasources-galleon-pack/blob/main/doc/mysql/README.md
- openapi
* you could enable profiles:
- ha
disabled add-ons
none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment