You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
backend-duoji-monitor/modules/filter
LAPTOP-S9HJSOEB\昊天 bea013d7fe 软加密加入但暂时隐藏
加入rtc的相关接口
bug修改
软加密采用本地计算值的方式,不再调用外部dll
采用cpu和系统uuid作为唯一标识
3 years ago
..
src/main 软加密加入但暂时隐藏 3 years ago
README.md clear cached 4 years ago
pom.xml clear cached 4 years ago

README.md

使用说明

CurrentUserUtil

该类只能获取controller类里面被SessionHandler注解修饰的方法

请在yml中做如下配置

zhehe:
  filter:
    sessionExpireTime: ##session过期时间,单位分钟,必须要填!!!!!!!    
    header: ##token请求头,默认为token
    jwtSecret: ## jwt密钥,默认zheHeKeJi
    sessionPrefix: ## redis上的session头默认为 :session: