
spring
左大头
不餍饫以终日,不弃功于寸阴
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
自定义注解 Aspect 实现aop 日志记录切面编程
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xmlns:context="http://www原创 2017-06-22 16:12:18 · 1301 阅读 · 0 评论 -
spring security 集成cas单点登录核心配置及相关java代码
最近项目中需要集成单点登录,所以最近研究了下,同时也在前面的章介绍了cas服务端的搭建,接下来security 集成cas 亲测可行,网上也是有很多不完整的代码,免得误导大家 1.web.xml配置 kun-web contextConfigLocation classpath:webApplication.xml,classpath:application原创 2017-09-07 14:32:09 · 3264 阅读 · 7 评论