gaokai
gaokai
项目使用ResponseBodyAdvice对接口返回值做了统一包装,但在knife4j的UI上,响应示例中的结果却没有统一包装。这个怎么解决?  
```java HTTP http = HTTP.builder() .addMsgConvertor(new JacksonMsgConvertor()) .build(); HttpResult result = http.sync( "xxx") .addUrlPara(paramMap) .nothrow() .post(); HttpResult.Body body = result.getBody().cache(); Mapper mapper = body.toMapper(); Token token = mapper.toBean(Token.class); @Data public...
### 重现步骤(Repeat steps) - 最好提供gif动图(It's best to provide a GIF) - please describe what you were doing when this exception occurred ### 当前使用版本(Current Version) IntelliJ IDEA `2024.1 EAP` • Notes...
idea2024.2.EAP,jrebel2024.3.0,JRebel mybatisPlus extension 0.06,在mybatis-plus3.5.7下,项目启动报错,xml热加载无效。
idea2024.2.EAP,jrebel2024.3.0,JRebel mybatisPlus extension 0.06,在mybatis-plus3.5.7下,项目启动报错,xml热加载无效。 启动报错日志如下 : [2024-07-04 19:13:51.846] [main] [] INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 6505 ms 2024-07-04 19:13:52 JRebel: ERROR Class 'com.baomidou.mybatisplus.core.MybatisConfiguration$StrictMap' could not be processed...
### 检查项 - [x] 我已经将插件更新为**最新版** - [x] 我拥有有效的 **Restful Fast Request** **许可证** - [x] 我查阅了 [功能文档](https://api-buddy.com/en/guide/features/) 并且没有发现该功能 - [x] 我搜索了现有问题,没有其他人提出类似的功能 - [x] 我认为 25% 以上的用户对此功能持积极态度 ### 描述功能 IDEA插件图标颜色改一下,改成与IDEA主题相同的风格、颜色。 ### 其他描述...
apisix-runner-starter 0.5.0 没推送到maven仓库吗?搜索不到。