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