Skip to content

Commit

Permalink
updated application yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Aug 20, 2018
1 parent 5284438 commit d7615cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ spring:
platform: h2
driverClassName: org.h2.Driver
url: jdbc:h2:mem:AZ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
# platform: postgres
# driverClassName: org.postgresql.Driver
# url: jdbc:postgresql://localhost:5432/lsss

username: spring
password: spring
Expand All @@ -36,6 +39,7 @@ spring:

jpa:
database-platform: org.hibernate.dialect.H2Dialect
# database-platform: org.hibernate.dialect.PostgreSQLDialect

show-sql: false
hibernate.ddl-auto: create-drop
Expand Down
4 changes: 0 additions & 4 deletions src/test/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ spring:
platform: h2
driverClassName: org.h2.Driver
url: jdbc:h2:mem:AZ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
# platform: postgres
# driverClassName: org.postgresql.Driver
# url: jdbc:postgresql://localhost:5432/lsss

username: spring
password: spring
Expand All @@ -39,7 +36,6 @@ spring:

jpa:
database-platform: org.hibernate.dialect.H2Dialect
# database-platform: org.hibernate.dialect.PostgreSQLDialect

show-sql: false
hibernate.ddl-auto: create-drop
Expand Down

0 comments on commit d7615cd

Please sign in to comment.