Skip to content

Instantly share code, notes, and snippets.

@jsegomez
Last active October 12, 2021 16:30
Show Gist options
  • Save jsegomez/ca961ea11fdbbe1326bf20a471907f34 to your computer and use it in GitHub Desktop.
Save jsegomez/ca961ea11fdbbe1326bf20a471907f34 to your computer and use it in GitHub Desktop.
spring.datasource.url=jdbc:mysql://localhost/spring_store?serverTimezone=America/El_Salvador&useSSL=false
spring.datasource.username=jsegomez
spring.datasource.password=Gnome9900
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect
spring.jpa.generate-ddl=true
loggin.level.org.hibernate.SQL=debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment