Skip to content

Instantly share code, notes, and snippets.

@andresavilesdev
Created March 28, 2025 02:58
Show Gist options
  • Select an option

  • Save andresavilesdev/abef378caa42ca8b1ee07f2b5cd6b68e to your computer and use it in GitHub Desktop.

Select an option

Save andresavilesdev/abef378caa42ca8b1ee07f2b5cd6b68e to your computer and use it in GitHub Desktop.
spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:mysql://localhost:3306/DATABASE_NAME?createDatabaseIfNotExist=true
spring.datasource.username=USERNAME
spring.datasource.password=PASSWORD
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment