|
@@ -5,5 +5,5 @@ spring.datasource.driverClassName=com.mysql.jdbc.Driver
|
|
|
spring.datasource.username=rankin
|
|
|
spring.datasource.password=abc
|
|
|
|
|
|
-spring.jpa.properties.hibernate.hbm2ddl.auto=create-drop
|
|
|
+spring.jpa.properties.hibernate.hbm2ddl.auto=update
|
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
|