报错信息:autoType is not support
阅读源码后找这个autotype
解决办法:
在fastjson的序列化器中加一句
static {
ParserConfig.getGlobalInstance().addAccept("com.humorchen");
}
2023-05-29 10:43:59 阅读次数:108
报错信息:autoType is not support
阅读源码后找这个autotype
解决办法:
在fastjson的序列化器中加一句
static {
ParserConfig.getGlobalInstance().addAccept("com.humorchen");
}
项目采用的是前后端分离springboot+vue,通过nginx监听,转发到对应的前端页面或者后台接口调用
springboot整合LDAP的另外一种方式并实现增删改查功能
springboot 整合 LDAP
【Redis】浅析 Redis 事务
在tomcat上部署项目并进行测试,经常会碰到各种问题。在不同的操作系统上部署,对问题的解决也会有一些差异。
redis配置参数详细说明
发布和订阅是进程间的一种消息通信模式:发送者(publisher)将消息发送给一个第三方,订阅者(subscriber)从第三方那里接收消息。
lepus监控redis执行python check_redis.py报错
非openresty方式安装Nginx + Lua + Redis 环境
redis-cluster分布式集群安装部署
文章
32777
阅读量
4816916
2025-02-11 09:36:37
2024-12-13 06:56:34
2024-12-06 06:41:47
2024-11-26 09:46:16
2024-11-20 09:47:05
2024-11-18 09:09:37
2023-06-07 07:30:42
2023-06-07 07:30:42
2023-06-07 07:30:42
2023-07-27 06:49:01
2023-04-11 10:14:19
2023-03-16 07:45:26