Skip to content

Instantly share code, notes, and snippets.

@kasramp
Created June 9, 2020 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasramp/8fae97a46334f0a7f3d096eecb07a0d1 to your computer and use it in GitHub Desktop.
Save kasramp/8fae97a46334f0a7f3d096eecb07a0d1 to your computer and use it in GitHub Desktop.
# datasource configuration
quarkus.datasource.db-kind=mysql
quarkus.datasource.username=root
quarkus.datasource.password=secret
quarkus.datasource.jdbc.url=jdbc:mysql://localhost:3306/user_db
# drop and create the database at startup (use `update` to only update the schema)
# quarkus.hibernate-orm.database.generation=update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment