Skip to content

Commit de35c6d

Browse files
committed
Fix springboot test
1 parent 5fad164 commit de35c6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

springboot/src/test/resources/application.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ spring:
1515
# enable test server for testing
1616
test-server:
1717
enabled: true
18+
ignore-duplicate-definitions: true
1819
# data source config for tests that need it
1920
datasource:
2021
url: jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DATABASE_TO_UPPER=false;DB_CLOSE_ON_EXIT=FALSE;

0 commit comments

Comments
 (0)