欢迎来到天天文库
浏览记录
ID:24405452
大小:72.51 KB
页数:4页
时间:2018-11-14
《struts+spring+ibatis整合框架搭建配置》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、Struts+Spring+ibatis整合开发步骤:一.添加Spring、Struts框架对web.xml文件的修改1.添加Spring框架2.在web.xml中引入Spring配置文件(注意:applicationContext.xml文件的路径)contextConfigLocation/WEB-INF/conf/applicationContext.xml2、ontext-param>contextorg.springframework.web.context.ContextLoaderServlet13.添加Struts框架4.在web.xml中引入Spring配置文件(注意:struts-config.xml文件的路径)3、vlet>actionorg.apache.struts.action.ActionServletconfig/WEB-INF/conf/struts-config.xmldebug<4、/param-name>3detail30action*.do<5、/url-pattern>5.web.xml自动添加的*.jsp文件起始路径(注意:jsp文件的访问路径)/WEB-INF/jsp/emp.jsp二、对Spring配置文件applicationContext.xml文件的修改1.配置JDBC数据源驱动文件jdbc.properties(服务器、端口、账户、密码因具体情况而定)MyS6、ql:jdbc.driver=com.mysql.jdbc.Driverjdbc.url=jdbc:mysql://localhost:3306/testjdbc.username=rootjdbc.password=adminOracle:jdbc.driver=oracle.jdbc.driver.OracleDriverjdbc.url=jdbc:oracle:thin:@127.0.0.1:1521:orcljdbc.username=scottjdbc.password=tigerMSSql7、Server:jdbc.driver=com.microsoft.jdbc.sqlserver.SQLServerDriverjdbc.url=jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=mssqljdbc.username=sajdbc.password=sa2.将JDBC驱动源文件部署到ApplicationContext.xml配置文件中8、amework.beans.factory.config.PropertyPlaceholderConfigurer">/WEB-INF/conf/jdbc.properties3.将DataSource配置到ApplicationContext文件中
2、ontext-param>contextorg.springframework.web.context.ContextLoaderServlet13.添加Struts框架4.在web.xml中引入Spring配置文件(注意:struts-config.xml文件的路径)3、vlet>actionorg.apache.struts.action.ActionServletconfig/WEB-INF/conf/struts-config.xmldebug<4、/param-name>3detail30action*.do<5、/url-pattern>5.web.xml自动添加的*.jsp文件起始路径(注意:jsp文件的访问路径)/WEB-INF/jsp/emp.jsp二、对Spring配置文件applicationContext.xml文件的修改1.配置JDBC数据源驱动文件jdbc.properties(服务器、端口、账户、密码因具体情况而定)MyS6、ql:jdbc.driver=com.mysql.jdbc.Driverjdbc.url=jdbc:mysql://localhost:3306/testjdbc.username=rootjdbc.password=adminOracle:jdbc.driver=oracle.jdbc.driver.OracleDriverjdbc.url=jdbc:oracle:thin:@127.0.0.1:1521:orcljdbc.username=scottjdbc.password=tigerMSSql7、Server:jdbc.driver=com.microsoft.jdbc.sqlserver.SQLServerDriverjdbc.url=jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=mssqljdbc.username=sajdbc.password=sa2.将JDBC驱动源文件部署到ApplicationContext.xml配置文件中8、amework.beans.factory.config.PropertyPlaceholderConfigurer">/WEB-INF/conf/jdbc.properties3.将DataSource配置到ApplicationContext文件中
3、vlet>actionorg.apache.struts.action.ActionServletconfig/WEB-INF/conf/struts-config.xmldebug<
4、/param-name>3detail30action*.do<
5、/url-pattern>5.web.xml自动添加的*.jsp文件起始路径(注意:jsp文件的访问路径)/WEB-INF/jsp/emp.jsp二、对Spring配置文件applicationContext.xml文件的修改1.配置JDBC数据源驱动文件jdbc.properties(服务器、端口、账户、密码因具体情况而定)MyS
6、ql:jdbc.driver=com.mysql.jdbc.Driverjdbc.url=jdbc:mysql://localhost:3306/testjdbc.username=rootjdbc.password=adminOracle:jdbc.driver=oracle.jdbc.driver.OracleDriverjdbc.url=jdbc:oracle:thin:@127.0.0.1:1521:orcljdbc.username=scottjdbc.password=tigerMSSql
7、Server:jdbc.driver=com.microsoft.jdbc.sqlserver.SQLServerDriverjdbc.url=jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=mssqljdbc.username=sajdbc.password=sa2.将JDBC驱动源文件部署到ApplicationContext.xml配置文件中8、amework.beans.factory.config.PropertyPlaceholderConfigurer">/WEB-INF/conf/jdbc.properties3.将DataSource配置到ApplicationContext文件中
8、amework.beans.factory.config.PropertyPlaceholderConfigurer">/WEB-INF/conf/jdbc.properties3.将DataSource配置到ApplicationContext文件中
此文档下载收益归作者所有