随笔分类 - 开发遇到的错误
摘要:springcloud服务降级使用的fallbackFactory无法被找到。 解决: @SpringBootApplication(scanBasePackages = “cn.lzj.aigou.client”),直接声明扫描对应的接口的包 参考:https://blog.csdn.net/qq
阅读全文
摘要:今天初学fegin,运行fegin这个项目时提示无法找到service。 Description: Field productClient in com.yore.order.service.impl.OrderServiceImpl required a bean of type 'com.yor
阅读全文
摘要:初学springcloud,微服务名中使用了下划线导致robbin无法转换微服务名为ip地址。 https://blog.csdn.net/weixin_44594257/article/details/98343573 感谢这位作者帮助我解决了问题,非常感激。谢谢!
阅读全文
摘要:https://www.cnblogs.com/limn/p/9368267.html 感谢该作者
阅读全文
摘要:前言:jsp抛出异常,虽不影响正常运行,但是感觉不舒服。 解决方案: 1、Jsp解决办法,在程序的最后添加: out.clear(); out = pageContext.pushBody(); 2、Struts2解决办法直接让action中的处理方法返回null。 2、SpringMvc解决办法让
阅读全文

浙公网安备 33010602011771号