首页 > 编程语言 > 详细

SSM(Spring4.x.x+SpringMVC4.x.x+Mybatis3.4.x)框架整合

时间:2017-04-23 11:38:06      阅读:314      评论:0      收藏:0      [点我收藏+]

本文是参考SSM框架——详细整合教程(Spring+SpringMVC+MyBatis)修改而来的

一、环境

  1. Myeclipse2016

  2. Mysql

二、具体步骤

  1. 整合Spring和Mybatis

    1. 导入所需要的包(需要的包都在后边下载链接里有)

    2. 建立jdbc.properties文件

driver=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/test
username=root
password=123
initialSize=0
maxActive=20
maxIdle=20
minIdle=1
maxWait=60000

 

SSM(Spring4.x.x+SpringMVC4.x.x+Mybatis3.4.x)框架整合

原文:http://www.cnblogs.com/L-King/p/6752000.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!