Skip to content

Instantly share code, notes, and snippets.

@manuelernesto
Created July 5, 2022 20:00
Show Gist options
  • Save manuelernesto/f534525ce59fb0128fbb449464e6d688 to your computer and use it in GitHub Desktop.
Save manuelernesto/f534525ce59fb0128fbb449464e6d688 to your computer and use it in GitHub Desktop.
spring.jpa.database=mysql
spring.datasource.url=jdbc:mysql://localhost/dbplayers
spring.datasource.username=db_username
spring.datasource.password=db_password
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment