摘要: 无状态配置报错说明基本上成功:Session creation has been disabled for the current subject Session creation has been disabled for the current subject. This exception i 阅读全文
posted @ 2020-04-29 09:47 A汉克先生 阅读(1674) 评论(0) 推荐(0) 编辑
摘要: package com.foen.security;import org.apache.shiro.session.mgt.SessionKey;import org.apache.shiro.web.servlet.ShiroHttpServletRequest;import org.apache 阅读全文
posted @ 2020-04-29 08:57 A汉克先生 阅读(304) 评论(0) 推荐(0) 编辑
摘要: public class SHA256Util { /** * 用java原生的摘要实现SHA256加密 * * @param str 加密前的报文 * @return */ public static String getSHA256String(String str) { String enco 阅读全文
posted @ 2020-04-29 08:44 A汉克先生 阅读(1527) 评论(0) 推荐(0) 编辑