Last active
August 27, 2021 11:35
-
-
Save ahndmal/07f8b1f242621a695f47a425b5bd8597 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
quarkus.datasource.jdbc.url=jdbc:mariadb://localhost:3306/mydb | |
quarkus.datasource.db-kind=mariadb | |
quarkus.datasource.username=developer | |
quarkus.datasource.password=developer | |
quarkus.hibernate-orm.database.generation=update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment