78a6b4e89a145848f1edff1dfb84d7b3819162cd
Some checks failed
Maven build / build (push) Failing after 1m7s
semrack
This project uses Quarkus, the Supersonic Subatomic Java Framework.
If you want to learn more about Quarkus, please visit its website: https://quarkus.io/.
Quickstart
Dev mode local execution
./mvnw quarkus:dev
Build project
./mvnw clean install
Configuration
Storage Postgres
The storage-postgres module use the quarkus jdbc-postgresql extension.
In dev mode, the database devservices is used. To configure database in production, you need to set the quarkus jdbc parameters :
quarkus.datasource.jdbc.url=jdbc:postgresql://${semrack.db.host}:${semrack.db.port}/${semrack.db.name}
quarkus.datasource.reactive.url=postgresql://${semrack.db.host}:${semrack.db.port}/${semrack.db.name}
quarkus.datasource.username=${semrack.db.user}
quarkus.datasource.password=${semrack.db.password}
Description
Languages
Java
100%