tinaroot

Results 22 comments of tinaroot

点击没有反应

过去一年了,解决这个问题了吗? 我也遇到了 It's been a year, has this problem been solved? I also met

`Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for class org.json.JSONObject and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) (through reference chain: com.cainaer.common.core.web.domain.AjaxResult["data"])`

还是不行 springcloud `WebSocket connection to 'ws://192.168.1.13:9666/ws' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED`

> > 还是不行 > > springcloud > > `WebSocket connection to 'ws://192.168.1.13:9666/ws' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED` > > 我也一样 删除掉重新来,我就解决了

怎么捣腾这个问题,value是获取的数字代码,怎么获取中文呢

也不用了,直接在 用内置方法,刚刚看了文档

> 这个特性是基于Servlet体系中的Filter实现的,目前的knife4j版本 都是knife4j.production,[参考增强文档](https://xiaoym.gitee.io/knife4j/documentation/enhance.html) > > 而gateway不是Servlet体系,要实现生产环境关闭方法不要太多,简单的不能再简单了,几种思路: > 1、Spring Boot提供的Conditional条件注入方法,生产profile不注入Swagger的配置Bean > 2、网关层就算是Gateway也可以写过滤器的,基于URL的拦截和Servlet体系差不多 只能关掉接口,页面不知道关闭,请指点指点!!!