|
@@ -79,9 +79,9 @@ public class ZskkConfig extends JFinalConfig {
|
|
|
me.add(arp);
|
|
|
|
|
|
// 使用redis分布accessToken
|
|
|
- RedisPlugin redisPlugin = new RedisPlugin("weixin_patient", "127.0.0.1", 6379, 1000);
|
|
|
- redisPlugin.setSerializer(JdkSerializer.me); // 需要使用fst高性能序列化的用户请删除这一行(Fst jar依赖请查看WIKI)
|
|
|
- me.add(redisPlugin);
|
|
|
+// RedisPlugin redisPlugin = new RedisPlugin("weixin_patient", "127.0.0.1", 6379, 1000);
|
|
|
+// redisPlugin.setSerializer(JdkSerializer.me); // 需要使用fst高性能序列化的用户请删除这一行(Fst jar依赖请查看WIKI)
|
|
|
+// me.add(redisPlugin);
|
|
|
}
|
|
|
|
|
|
public void configInterceptor(Interceptors me) {
|