-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.yml
25 lines (22 loc) · 915 Bytes
/
application.yml
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
# ==================================================================================================
# Spring cloud configuration for the "default" profile.
#
# Standard Spring Boot properties.
# Full reference is available at:
# http://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html
# ==================================================================================================
# Property used on app startup to check the config server status
configserver:
name: Config server
status: Connected to the config server!
# LOGGING
logging:
file:
# Log file name (for instance, `myapp.log`). Names can be an exact location or relative to the current directory.
name: target/${spring.application.name}.log
# MANAGEMENT
management:
endpoint:
# Enable /management/logfile endpoint for all apps.
logfile:
external-file: ${logging.file.name}