摘要:
无状态配置报错说明基本上成功:Session creation has been disabled for the current subject Session creation has been disabled for the current subject. This exception i 阅读全文
摘要:
package com.foen.security;import org.apache.shiro.session.mgt.SessionKey;import org.apache.shiro.web.servlet.ShiroHttpServletRequest;import org.apache 阅读全文
摘要:
public class SHA256Util { /** * 用java原生的摘要实现SHA256加密 * * @param str 加密前的报文 * @return */ public static String getSHA256String(String str) { String enco 阅读全文