摘要:
首先得用root用户安装依赖包 yum install perl yum install gcc yum install gcc-c++ yum install zlib yum install zlib-devel; 接着 安装openresty 1,下载openssl wget https:// 阅读全文
摘要:
Redis Redis 是一个很出名的在现代程序开发中常用的缓存。缓存简单来说就是把经常使用的数据放在一个临时的存储中(比如内存中)这样能够快速的查询到对于的数据。减少查询时间,比如数据库的数据放到缓存中,这样每次需要的数据就不用到数据库中去取。Redis现在是主流 的缓存解决方案,由于Redis支 阅读全文
摘要:
https://www.cnblogs.com/wei9593/p/11907307.html 阅读全文
摘要:
The secured object is an abstract representing whatever is secured. It may be a MethodInvocation in case of @Secured, @RolesAllowed, @PreFilter and @P 阅读全文
摘要:
@Bean public ErrorPageRegistrar errorPageRegistrar(){ return new MyErrorPageRegistrar(); } // ... private static class MyErrorPageRegistrar implements 阅读全文
摘要:
发现这个问题已经在这放了那么久没人回答,为了方便后面的人,我在这里就完结一下这个问题。Spring Security 默认action="j_spring_security_check",让很多人不理解这个请求之后会跳转到哪里去,这里我们就看配置文件里这个<http></http>标签,这个标签里面 阅读全文
摘要:
https://www.cnblogs.com/zhengqing/p/11730306.html 阅读全文
摘要:
/** * @author sharplee * @version 1.0.0 * @ClassName ${PACKAGE_NAME}.${NAME} * @Description * @createTime ${DATE} */ 阅读全文
摘要:
https://blog.csdn.net/oumuv/article/details/84306361 记得添加数据库驱动 https://blog.csdn.net/zhouzhiwengang/article/details/89876323 不然连接不了数据库 https://blog.cs 阅读全文
摘要:
https://github.com/18061495586/Spring-Security-Demo https://blog.csdn.net/I_am_Hutengfei/article/details/100561564 阅读全文