随笔分类 - Exception
代码编写中遇到的各种问题
摘要:在项目引用自定义starter启动报错 完整错误信息: java.lang.IllegalStateException: Unable to read meta-data for class org.moonholder.cloud.damocles.common.redis.configure.R
阅读全文
摘要:使用openfeign远程调用服务,抛出此错误 解决方法: 在服务提供方添加配置 ribbon: eureka: enabled: true
阅读全文
摘要:yml配置 spring: application: name: config-server rabbitmq: host: 192.168.0.58 port: 5672 username: guset password: guset 错误信息: java.net.SocketException:
阅读全文
摘要:@FeignClient(value = "DAILY-SERVICE", fallback = DailyFallback.class) public interface DailyFeign { @GetMapping("query") ResponseEntity query(Daily da
阅读全文
摘要:使用@EnableHystrix注解时报错: java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlacehold
阅读全文
摘要:解决在vue3.0版本下使用element-plus的el-transfer(穿梭框)组件,当左或右面板没有数据时,一边的数据添加至另一边会出现异常:Cannot read property '0' of null at patchBlockChildren (runtime-core.esm-bundler.js?5c40:3996)
阅读全文
摘要:使用element-plus的el-date-picker组件时发现默认情况下,组件接受并返回Date对象。 后台使用@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss'")进行参数绑定发现不能接收 Failed to convert from type [
阅读全文
摘要:解决方法: 在main.js或main.ts中引入中文语言
阅读全文
摘要:使用Vue-cli3.x开发环境中(router采用 history模式)出现Uncaught SyntaxError: Unexpected token <错误 解决方法: 修改webpack的配置, 在vue.config.js文件中修改publicPath为'/'即解决问题 module.ex
阅读全文
摘要:springboot整合mybatis-plus使用代码生成器报错:Caused by: freemarker.core.Configurable$UnknownSettingException: Unknown FreeMarker configuration setting: 1 Error s
阅读全文

浙公网安备 33010602011771号