Files
msgexchange-v2/src/main/resources/application-dev.yml
T

14 lines
419 B
YAML
Raw Normal View History

# 开发/影子对拍环境 profile(U03/N32):放开管理端点可见性以便“改值—回读”与 /beans 装配核验。
# 生产环境不加载本 profile/env、/beans 保持默认 sensitive)。
# 启动:MICRONAUT_ENVIRONMENTS=dev ./gradlew run
micronaut:
endpoints:
env:
enabled: true
sensitive: false
beans:
enabled: true
sensitive: false
server:
port: 8080