Sentinel dashboard 添加context-path后无法加载问题
添加server.servlet.context-path=/sentinel后可以正常访问,但是客户端启动后信息上报失败。
transport:
dashboard: localhost:8858/sentinel
经查阅文档需要加入api-path,但是我配置提示无api-path
所以我直接采用了
transport:
dashboard: localhost:8858
经验证能解决此问题。