所有的sentinel版本如下:https://mvnrepository.com/artifact/com.alibaba.cloud/spring-cloud-starter-alibaba-sentinel
然后我这边看了下 我集成introspect 版本,
com.alibaba.cloud spring-cloud-starter-alibaba-sentinel 2021.1
我自己阿里巴巴版本
dependency>
org.springframework.cloud
spring-cloud-dependencies
Greenwich.SR3
pom
import
点进去

发现是2.1.7
这个是原因版本太高了,不支持,所以换了如下版本:
com.alibaba.cloud spring-cloud-starter-alibaba-sentinel 2.1.1.RELEASE
改成此版本后
刷新下 在运行就不报错了。
这是我遇到的一种情况 你们可以试下。