diff --git a/pom.xml b/pom.xml index 56c59c6..cf71f0c 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 1.1.5.RELEASE + 1.2.0.RELEASE @@ -86,7 +86,11 @@ spring-cloud-cloudfoundry-connector 1.0.0.RELEASE - + + com.h2database + h2 + 1.4.182 + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 248bec0..10081ca 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,8 +1,8 @@ -spring.jpa.hibernate.ddl-auto: update -spring.datasource.driverClassName=org.postgresql.Driver -spring.datasource.url: jdbc:postgresql://192.168.59.103:5432/hotelsdb -spring.datasource.username=postgres -spring.datasource.password=p0stgr3s -spring.thymeleaf.cache=false -spring.jpa.properties.hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect -http.mappers.json-pretty-print=true \ No newline at end of file +#spring.jpa.hibernate.ddl-auto: update +#spring.datasource.driverClassName=org.postgresql.Driver +#spring.datasource.url: jdbc:postgresql://192.168.59.103:5432/hotelsdb +#spring.datasource.username=postgres +#spring.datasource.password=p0stgr3s +#spring.thymeleaf.cache=false +#spring.jpa.properties.hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect +#http.mappers.json-pretty-print=true \ No newline at end of file