We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80cd4ee commit 7d11f88Copy full SHA for 7d11f88
back/src/main/resources/application-dev.yml
@@ -1,6 +1,6 @@
1
spring:
2
datasource:
3
- url: jdbc:h2:./db_dev;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE;DEFAULT_NULL_ORDERING=HIGH;
+ url: jdbc:h2:./db_dev;MODE=PostgreSQL;
4
username: sa
5
password:
6
driver-class-name: org.h2.Driver
back/src/main/resources/application-test.yml
0 commit comments