Hinernat fck works

This commit is contained in:
Filip Izydorczyk
2020-06-11 19:02:11 +02:00
parent b1b9febb11
commit 519f594ec4
5 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,8 @@
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
spring.datasource.url=jdbc:mariadb://localhost:3306/test
spring.datasource.url=jdbc:mysql://172.20.0.2: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
spring.jpa.hibernate.ddl-auto=create
server.port=1285