logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

启动 eureka client 报错:Parameter 3 of method eurekaRegistration EurekaClientAutoConfiguration

目前,我使用 spring boot 整合 eureka 完成跨项目访问,在基础测试的时候启动 eureka-client 没有问题,但是整合到 完整的 spring boot 项目中,出现了启动 eureka-client 报错的问题:'com.netflix.appinfo.HealthCheckHandler' that could not be found. Bean method...

#java#spring boot#spring cloud +1
com.alibaba.fastjson.JSONException: field null expect ‘[‘, but {, pos 1, line 1,

json字符串转 List对象时出现如下异常:com.alibaba.fastjson.JSONException: field null expect '[', but {, pos 1, line 1, column 2{。。。。。at com.alibaba.fastjson.parser.DefaultJSONParser.parseArray(DefaultJSONParser.java

#json#java#开发语言
关于 redis 报错 :JsonParseException: Unrecognized token 'xxx': was expecting ('true', 'false' or 'null')

在使用java  读取redis存储的数据时出现 JsonParseException: Unrecognized token 'xiaoqiang': was expecting ('true', 'false' or 'null') 的错误根据描述可以猜到,返回的数据格式和接收返回结果的格式不同。大概是说返回的 xiaoqiang 正确的样子应该是 true 或者 false 或者 null

#redis#java
com.alibaba.fastjson.JSONException: field null expect ‘[‘, but {, pos 1, line 1,

json字符串转 List对象时出现如下异常:com.alibaba.fastjson.JSONException: field null expect '[', but {, pos 1, line 1, column 2{。。。。。at com.alibaba.fastjson.parser.DefaultJSONParser.parseArray(DefaultJSONParser.java

#json#java#开发语言
到底了