07 2022 档案
[sentinel] This application has no explicit mapping for /error, so you are seeing this as a fallback.
摘要:自己在使用 **`sentinel`** 熔断试练过程中,出现如下图错误: 经过多方排查,终于找到出错原因: 首先,未在 `pom.xml` 文件中添加如下依赖: ```xml <dependency> <groupId>org.springframework.cloud</groupId> <ar
阅读全文
[nacos2.1.0] Publish failed. Make sure parameters are entered correctly.
摘要:在使用**nacos-group/nacos-docker**安装 nacos 并使用 docker-compose 启动 standalone-mysql-8.yaml(具体安装,启动见github.com) 在发布新配置时报错 : Publish failed. Make sure parame
阅读全文
Caused by: java.lang.ClassNotFoundException: javax.servlet.ServletRegistration$Dynamic
摘要:在使用servlet-api时报如下错误: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statViewServletRegistrationBean' defined
阅读全文