We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fad164 commit de35c6dCopy full SHA for de35c6d
springboot/src/test/resources/application.yaml
@@ -15,6 +15,7 @@ spring:
15
# enable test server for testing
16
test-server:
17
enabled: true
18
+ ignore-duplicate-definitions: true
19
# data source config for tests that need it
20
datasource:
21
url: jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DATABASE_TO_UPPER=false;DB_CLOSE_ON_EXIT=FALSE;
0 commit comments