Skip to content

Commit d7615cd

Browse files
committed
updated application yaml files
1 parent 5284438 commit d7615cd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/resources/application.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ spring:
2020
platform: h2
2121
driverClassName: org.h2.Driver
2222
url: jdbc:h2:mem:AZ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
23+
# platform: postgres
24+
# driverClassName: org.postgresql.Driver
25+
# url: jdbc:postgresql://localhost:5432/lsss
2326

2427
username: spring
2528
password: spring
@@ -36,6 +39,7 @@ spring:
3639

3740
jpa:
3841
database-platform: org.hibernate.dialect.H2Dialect
42+
# database-platform: org.hibernate.dialect.PostgreSQLDialect
3943

4044
show-sql: false
4145
hibernate.ddl-auto: create-drop

src/test/resources/application.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ spring:
2020
platform: h2
2121
driverClassName: org.h2.Driver
2222
url: jdbc:h2:mem:AZ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
23-
# platform: postgres
24-
# driverClassName: org.postgresql.Driver
25-
# url: jdbc:postgresql://localhost:5432/lsss
2623

2724
username: spring
2825
password: spring
@@ -39,7 +36,6 @@ spring:
3936

4037
jpa:
4138
database-platform: org.hibernate.dialect.H2Dialect
42-
# database-platform: org.hibernate.dialect.PostgreSQLDialect
4339

4440
show-sql: false
4541
hibernate.ddl-auto: create-drop

0 commit comments

Comments
 (0)