lp_smz_web/modules/bmw/src/main/resources/bootstrap.yml

24 lines
328 B
YAML
Raw Normal View History

2024-12-02 13:16:08 +08:00
# Spring
spring:
application:
# 应用名称
name: bmw
profiles:
# 环境配置
2026-02-05 10:22:07 +08:00
active: local
2024-12-02 13:16:08 +08:00
devtools:
restart:
enabled: false
management:
server:
port: -1
endpoints:
web:
exposure:
exclude: []
enabled-by-default: false
endpoint:
beans:
2026-02-05 10:22:07 +08:00
enabled: false