logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

访问spring cloud configserver:No subject alternative names matching IP address xxxx found

最近在给集群配置https的时候。服务启动访问配置中心的时候报了如下错误:No subject alternative names matching IP address xxxx found谷歌了一大堆资料,都是要关闭ssl验证,然而试了一圈后查看源码,config client使用的是restTemplate访问配置中心,config client自己定义了一个restTemplate,无法修

#spring cloud#tcp/ip#eureka
Cannot construct instance of `com.*` (although at least one Creator exists): cannot deserialize

今天在写springboot单元测试的时候,序列化对象时出现一个错误:Cannot construct instance of `com.*.GeneralResponse` (although at least one Creator exists): cannot deserialize from Object value (no delegate- or property-based Cre

#java#spring#spring boot +1
Cannot construct instance of `com.*` (although at least one Creator exists): cannot deserialize

今天在写springboot单元测试的时候,序列化对象时出现一个错误:Cannot construct instance of `com.*.GeneralResponse` (although at least one Creator exists): cannot deserialize from Object value (no delegate- or property-based Cre

#java#spring#spring boot +1
linux服务启动报错:*.service: Main process exited, code=exited, status=203/EXEC

启动rocketmq服务报错:[root@rocketmq1-nameserver-test bin]# systemctl start rocketmq-nameserver[root@rocketmq1-nameserver-test bin]# systemctl status rocketmq-nameserver● rocketmq-nameserver.service - namese

#linux
到底了