safety-eval-service/safety-eval-start/src/main/resources/bootstrap.yml

16 lines
633 B
YAML
Raw Normal View History

2026-06-17 17:24:40 +08:00
# =============================================
# [已废弃] 此文件不再生效
# =============================================
# 原因: 项目未引入 spring-cloud-starter-bootstrap 依赖,
# Spring Cloud 2021.x 默认不加载 bootstrap 上下文。
#
# 已迁移至:
# - application-{profile}.yml → Nacos 连接信息与 spring.config.import
#
# 如需恢复 bootstrap 机制,请在 safety-eval-start/pom.xml 中添加:
# <dependency>
# <groupId>org.springframework.cloud</groupId>
# <artifactId>spring-cloud-starter-bootstrap</artifactId>
# </dependency>
2026-06-17 17:24:40 +08:00
# =============================================