Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 4, 2019 18:37
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 parzibyte/f0a09acd5ccc2947e77d2f1c7890e483 to your computer and use it in GitHub Desktop.
Save parzibyte/f0a09acd5ccc2947e77d2f1c7890e483 to your computer and use it in GitHub Desktop.
spring.thymeleaf.cache=false
spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:mysql://localhost:3306/ventas_springboot?useUnicode=true&serverTimezone=UTC
spring.datasource.username=parzibyte
spring.datasource.password=hunter2
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment