Nacos启动报UnsatisfiedDependencyException: Error creating bean with name ‘clientOperationServiceProxy‘
·
在windows 执行 .\startup.cmd -m standalone 报错
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'instanceOperatorClientImpl' defined in URL...
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'clientOperationServiceProxy' defined in URL...
原因是nacos所在目录有中文。
把 nacos 放到没有中文的路径下再次启动就好了
更多推荐
所有评论(0)