# Spring
spring:
application:
# 应用名称
name: bmw
profiles:
# 环境配置
active: local
devtools:
restart:
enabled: false
management:
server:
port: -1
endpoints:
web:
exposure:
exclude: []
enabled-by-default: false
endpoint:
beans: