会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
胡琴
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2017年6月3日
web.xml中配置struts2过滤器配置
摘要: struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts2 *.action
阅读全文
posted @ 2017-06-03 17:56 胡琴
阅读(483)
评论(0)
推荐(0)
web.xml中配置shiroFilter
摘要: shiroFilter org.springframework.web.filter.DelegatingFilterProxy shiroFilter /*
阅读全文
posted @ 2017-06-03 17:55 胡琴
阅读(1683)
评论(0)
推荐(0)
web.xml中配置webService的CXFService
摘要: CXFService org.apache.cxf.transport.servlet.CXFServlet 1 CXFServlet /services/*
阅读全文
posted @ 2017-06-03 17:54 胡琴
阅读(894)
评论(0)
推荐(0)
web.xml中配置spring监听器和spring配置文件位置
摘要: <!-- spring配置文件位置 --> <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:applicationContext.xml</param-value> </con
阅读全文
posted @ 2017-06-03 17:52 胡琴
阅读(665)
评论(0)
推荐(0)
spring核心配置文件_Shiro权限控制配置
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
posted @ 2017-06-03 17:47 胡琴
阅读(698)
评论(0)
推荐(0)
spring核心配置文件_Elasticsearch搜索配置
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
posted @ 2017-06-03 17:46 胡琴
阅读(698)
评论(0)
推荐(1)
spring核心配置文件_ActiveMQ消息队列配置
摘要: --> -->
阅读全文
posted @ 2017-06-03 17:45 胡琴
阅读(235)
评论(0)
推荐(0)
spring核心配置文件_Quartz定时任务调度配置
摘要:
阅读全文
posted @ 2017-06-03 17:44 胡琴
阅读(482)
评论(0)
推荐(0)
spring核心配置文件_webService的服务器配置
摘要:
阅读全文
posted @ 2017-06-03 17:42 胡琴
阅读(277)
评论(0)
推荐(0)
spring核心配置文件_数据库连接信息_数据库信息
摘要: # oracle jdbc properties jdbc.url=jdbc:oracle:thin:@192.168.80.10:1521:orcl jdbc.driver=oracle.jdbc.driver.OracleDriver jdbc.user=bos jdbc.password=bos
阅读全文
posted @ 2017-06-03 17:41 胡琴
阅读(188)
评论(0)
推荐(0)
spring核心配置文件_数据库连接信息
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
posted @ 2017-06-03 17:40 胡琴
阅读(188)
评论(0)
推荐(0)