Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up引入nacos后服务启动失败(之前引入了hystrix,拿不到project.version) #3528
Labels
Milestone
Comments
|
这个问题是不是应该提给hystrix? ${project.version} 是nacos jar包内部的版本变量,hystrix是不是应该忽略? |
|
查了一下 这个变量应该被替换才对,没被替换掉是有问题的。 后续版本我们会修复 |
|
感谢big old,期待fix。 |
|
@dengjintao 麻烦能提供一下钉钉联系方式?或者提供一下更详细信息,比如完整的pom文件和主要配置项,我这边按照目前提供的依赖信息,本地是启动是正常的, |
|
钉钉号码: zct_uu7pcl3aj |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Issue Description
引入nacos后,导致服务启动失败
异常信息: Could not resolve placeholder 'project.version' in value "${project.version}"
Describe what happened (or what feature you want)
异常栈:
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
我的项目里面之前引入了hystrix,能够正常启动;引入nacos后,hystrix报错。