赞
踩
今天在springboot项目中添加spring-cloud-starter-alibaba-nacos-discovery依赖后(如下),出现项目无法启动的问题:
<!--服务发现-->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency>
去掉这个依赖后,项目又可以正常启动。
此时,使用的 1.4.0 版本的 nacos-server ,springboot 版本为 2.3.4.RELEASE 。
一开始不知道怎么回事,后来各种尝试后,发现问题出在了 nacos-server 上,当我把 nacos-server 换成 1.4.1 版本后,项目可以正常启动。
具体原因不是很清楚,目前项目倒是能启动了。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。