Last active
October 12, 2021 16:30
-
-
Save jsegomez/ca961ea11fdbbe1326bf20a471907f34 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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