We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b4bcd commit bc79b13Copy full SHA for bc79b13
src/main/resources/application.yml
@@ -0,0 +1,3 @@
1
+spring:
2
+ config:
3
+ import: "optional:configserver:"
src/test/resources/application-test.yml
@@ -0,0 +1,18 @@
+ cloud:
4
+ enabled: false # Disables Spring Cloud Config during tests
5
+
6
+server:
7
+ port: 8083
8
+ servlet:
9
+ context-path: /od
10
11
+distrib:
12
+ bagstore:
13
+ mode: local
14
+ location: ${basedir}/src/test/resources
15
+ baseurl: http://localhost/oar-distrb-service
16
17
+logging:
18
+ path: ${basedir}/target/surefire-reports
0 commit comments