You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it hasn't had any recent activity.If you think this should still be open, or the problem still persists, just pop a reply in the comments and one of the maintainers will (try!) to follow up. Thank you for your interest and contribution to the Sping Cloud Alibaba Community.
Which Component
Nacos config & discovery.
Describe the bug
原使用版本2023.0.1.2,一切正常。
升级到2023.0.3.2之后,应用启动失败,无法加载配置文件。
Additional context
使用的配置文件如下:
project:
name: @project.name@
version: @project.version@
spring:
application:
name: ${project.name}
cloud:
nacos:
server-addr: ${NACOS_SERVER}
username: ${NACOS_USERNAME}
password: ${NACOS_PASSWORD}
config:
namespace: ${NACOS_NAMESPACE}
file-extension: yaml
discovery:
namespace: ${spring.cloud.nacos.config.namespace}
service: ${spring.application.name}
ip: ${APP_HOST:}
SCA在国内也算是广泛应用的组件了,不知道这次升级为何如此鲁莽。
存量项目不知道有多少,原有的配置格式也没啥大问题,也挺好的,为什么突然搞这么一出?
The text was updated successfully, but these errors were encountered: