07 2019 档案

摘要:忘添加生产环境服务提供者配置,很郁闷! 阅读全文
posted @ 2019-07-30 12:55 光与影3 阅读(80) 评论(0) 推荐(0)
摘要:created timestamp default CURRENT_TIMESTAMP not null comment '创建时间',modified timestamp default CURRENT_TIMESTAMP not null on update CURRENT_TIMESTAMP 阅读全文
posted @ 2019-07-21 18:18 光与影3 阅读(540) 评论(0) 推荐(0)
摘要:web.xml applicationContext.xml 测试url: /shiro/test 结果: shiroFilter - 》DispatcherServlet 测试url: /other/test 结果: DispatcherServlet 结论:当请的url能被shiro过滤器匹配到 阅读全文
posted @ 2019-07-11 23:01 光与影3 阅读(1200) 评论(0) 推荐(0)