-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.yml
More file actions
38 lines (34 loc) · 834 Bytes
/
application.yml
File metadata and controls
38 lines (34 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
message: "Hello CloudBay Developer!"
io:
crowdcode:
greeting:
welcome-message: "Herzlich Willkommen (neustes Update) To!"
goodbye-message: "Goodbye From The Greeting Service!"
services:
time:
url: "http://localhost:8400/time-service/now"
greeting:
goodbye-url: "http://localhost:8300/greeting-service/sayGoodBye"
welcome-url: "http://localhost:8300/greeting-service/sayHello"
spring:
boot:
admin:
client:
url: http://localhost:9091
management:
endpoint:
health:
show-details: always
endpoints:
jmx:
exposure:
include: "*"
web:
exposure:
include: "*"
tracing:
sampling:
probability: 1.0
logging:
pattern:
level: "%5p [${spring.application.name:},%X{traceId:-},%X{spanId:-}]"