cqdevicemgt/sgzb-modules/sgzb-material/src/main/resources/bootstrap.yml

16 lines
262 B
YAML
Raw Normal View History

2024-08-08 14:57:05 +08:00
# Spring
2024-09-10 11:12:02 +08:00
spring:
2024-08-08 14:57:05 +08:00
application:
# 应用名称
name: sgzb-material
profiles:
# 环境配置
2024-09-28 13:23:21 +08:00
active: sgzb_nw_local
# Spring Boot Actuator V2中风险漏洞处理禁止远程端口访问
management:
endpoint:
env:
enabled: false