- 博客(11)
- 收藏
- 关注
原创 feign.codec.DecodeException: Error while extracting response for type [java.util.List<A
其次,即使能跳过包装(有@IgnoreResponseWrapper注解),每个BasicDeviceWorkwearConstraint对象中的extension字段是一个空对象{},而不是预期的可能为null的Map。- 当 BasicDeviceWorkwearConstraintController 返回 List<BasicDeviceWorkwearConstraint> 时。- 首先,它期望的是一个JSON数组,但实际得到的是一个JSON对象(包含code、msg、data字段)
2026-01-16 11:11:38
203
原创 您遇到的“jar中没有主清单属性“问题是因为 Spring Boot Maven插件 的配置不正确。在 module-basic 模块的pom.x
true
2026-01-16 11:05:48
129
原创 alias别名重复,@saignore注解失效?org.apache.ibatis.binding.BindingException: Invalid bound statement (not fou
默认maven引入的依赖已经有这个类了,自己又定义的entity,mapper,xml关联,导致重复绑定。
2025-11-29 11:27:20
380
原创 Error resolving class. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias
看看xml文件里面是不是标签返回值都用的不存在的类,或者类路径写错。
2025-11-29 10:51:30
230
原创 项目部署网络问题
docker安装的nginx路径必须写/usr/share/nginx/html。#使用内网IP或者使用IP地址并且把8080端口防火墙放行。#重写prod-api路径。java程序连接mysql或者redis时需要把url地址改成服务器IP并且打开对应端口防火墙。
2025-11-22 20:42:06
168
原创 微信小程序[Deprecation] SharedArrayBuffer will require cross-origin isolation as of M92, around July 2021
微信小程序页面跳转,[Deprecation] SharedArrayBuffer will require cross-origin isolation as of M92, around July 2021. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details.写的时候程序会自动添加后缀,这样带后缀的无法跳转。这样写跳转不了,不能跳tabBar里的页面。不能跳转到tabBar页面 ,
2025-11-01 19:39:22
260
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅