bryanxtong
bryanxtong
[gateway-sentinel.zip](https://github.com/user-attachments/files/20766176/gateway-sentinel.zip)
Temp Solution as below comment the code below in SentinelApplicationContextInitializer.java and move to SentinelAutoConfiguration.java ` if (properties.isEager()) { InitExecutor.doInit(); }` ===> ` public class SentinelAutoConfiguration { @Autowired private SentinelProperties properties;...
> 这个不是可以通过配置进行修改么: `spring.cloud.sentinel.eager=true` 配置了,但是还有问题,调用获得csp.sentinel.app.type的时间点不同版本发生了变化
检查你本地的端口, 你配置的是8719, 连的却是http://127.0.0.1:8720
看下你程序配置的transport端口没被占用,并且能通过url访问,在dashboard中也可以看到正常显示的端口(一个下拉框显示的port)