Checkpoint

This commit is contained in:
Filip Izydorczyk
2020-06-11 17:50:33 +02:00
parent eadbcc976b
commit b1b9febb11
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,6 @@
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
spring.datasource.url=jdbc:mariadb://localhost:3306/test
spring.datasource.username=root
spring.datasource.password=example
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.hibernate.ddl-auto=create-drop