Skip to content

Instantly share code, notes, and snippets.

@ahndmal
Last active August 27, 2021 11:35
Show Gist options
  • Save ahndmal/07f8b1f242621a695f47a425b5bd8597 to your computer and use it in GitHub Desktop.
Save ahndmal/07f8b1f242621a695f47a425b5bd8597 to your computer and use it in GitHub Desktop.
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