We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6af7d5 commit 87df2dfCopy full SHA for 87df2df
src/main/resources/application-test.properties
@@ -1,6 +1,6 @@
1
spring.profiles: test
2
3
-spring.datasource.url: jdbc:h2:mem:mystamps;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false
+spring.datasource.url: jdbc:h2:mem:mystamps;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false;DATABASE_TO_UPPER=false
4
spring.datasource.username: sa
5
spring.datasource.password:
6
spring.datasource.driver-class-name: org.h2.Driver
0 commit comments