feat(scaffold): add src/main/resources/application.yml [skip ci]
This commit is contained in:
21
src/main/resources/application.yml
Normal file
21
src/main/resources/application.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
server:
|
||||
port: 8080
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: test-for-310--005
|
||||
profiles:
|
||||
active: ${SPRING_PROFILES_ACTIVE:default}
|
||||
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: health,info,prometheus,metrics
|
||||
base-path: /actuator
|
||||
endpoint:
|
||||
health:
|
||||
show-details: always
|
||||
metrics:
|
||||
tags:
|
||||
application: test-for-310--005
|
||||
Reference in New Issue
Block a user