File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments