From 2b21ce0b9c2f0158872ffdb88b59b460139e2baa Mon Sep 17 00:00:00 2001 From: Maximilian Leopold Date: Thu, 21 Mar 2019 15:23:17 +0100 Subject: [PATCH] Changed application.properties --- .idea/modules/de.hhn.labsw.labswp_2019_sose_geocaching.test.iml | 2 +- src/main/resources/application.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/modules/de.hhn.labsw.labswp_2019_sose_geocaching.test.iml b/.idea/modules/de.hhn.labsw.labswp_2019_sose_geocaching.test.iml index 1314143..ce5f54b 100644 --- a/.idea/modules/de.hhn.labsw.labswp_2019_sose_geocaching.test.iml +++ b/.idea/modules/de.hhn.labsw.labswp_2019_sose_geocaching.test.iml @@ -25,8 +25,8 @@ - + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 10ea689..3fd5f91 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,4 +2,4 @@ spring.datasource.url=jdbc:mariadb://seserver.se.hs-heilbronn.de:3406/buga19Geoc spring.datasource.username=BuGa19GeocachingUser spring.datasource.password=GeocachingPw spring.datasource.driver-class-name=org.mariadb.jdbc.Driver -spring.jpa.hibernate.ddl-auto=create \ No newline at end of file +spring.jpa.hibernate.ddl-auto=update \ No newline at end of file