博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SSM开发环境的搭建(方式二)
阅读量:6228 次
发布时间:2019-06-21

本文共 2801 字,大约阅读时间需要 9 分钟。

hot3.png

1.导包。

2.配置web.xml.

SSMenvironment2
index.html
index.htm
index.jsp
contextConfigLocation
classpath:spring/applicationContext-*.xml
org.springframework.web.context.ContextLoaderListener
springmvc
org.springframework.web.servlet.DispatcherServlet
contextConfigLocation
classpath:spring/springmvc.xml
1
springmvc
*.do
CharacterEncodingFilter
org.springframework.web.filter.CharacterEncodingFilter
encoding
utf-8
CharacterEncodingFilter
/*

3.在src下建立包。

说明:bean包放javabean类,exception包自定义exception类,interceptor包放拦截器类(如果需要的话),mapper包放XxxMapper.java类和XxxMapper.xml配置文件(记住这两个文件的名字一定要相同),service包放Service类,web包放Controller类,test包放test类(若需要的话),config包放spring和mybatis的配置文件。

4.config中配置文件的编写。

config包中的结构(不一定非要一样)。

sqlMapConfig.xml(mybatis的配置文件)。

springmvc.xml

applicationContext-dao.xml

applicationContext-service.xml

applicationContext.transcation.xml

db.properties

jdbc.driver=com.mysql.jdbc.Driverjdbc.url=jdbc:mysql://localhost:3306/db_mybatisjdbc.username=rootjdbc.password=root

log4j.properties

# Global logging configuration\uff0c\u5efa\u8bae\u5f00\u53d1\u73af\u5883\u4e2d\u8981\u7528debuglog4j.rootLogger=DEBUG, stdout# Console output...log4j.appender.stdout=org.apache.log4j.ConsoleAppenderlog4j.appender.stdout.layout=org.apache.log4j.PatternLayoutlog4j.appender.stdout.layout.ConversionPattern=%5p [%t] - %m%n

5.测试mybatis连接数据库是否成功。

6.开发。

转载于:https://my.oschina.net/liddhome/blog/822032

你可能感兴趣的文章
下MFC中对象、句柄、ID之间的区别.
查看>>
Flymeos插桩适配教程
查看>>
大端模式与小端模式、网络字节顺序与主机字节顺序
查看>>
微信支付申请90%的商户都卡在这儿了,申请微信支付,商户功能设置详细说明...
查看>>
高仿Instagram 页面效果android特效
查看>>
2016 年总结
查看>>
将String转化成Stream,将Stream转换成String
查看>>
【工具使用系列】关于 MATLAB 遗传算法与直接搜索工具箱,你需要知道的事
查看>>
Kali-linux Arpspoof工具
查看>>
PDF文档页面如何重新排版?
查看>>
基于http协议使用protobuf进行前后端交互
查看>>
bash腳本編程之三 条件判断及算数运算
查看>>
php cookie
查看>>
linux下redis安装
查看>>
弃 Java 而使用 Kotlin 的你后悔了吗?| kotlin将会是最好的开发语言
查看>>
JavaScript 数据类型
查看>>
量子通信和大数据最有市场突破前景
查看>>
对‘初学者应该选择哪种编程语言’的回答——计算机达人成长之路(38)
查看>>
如何申请开通微信多客服功能
查看>>
Sr_C++_Engineer_(LBS_Engine@Global Map Dept.)
查看>>