标签:建立 min myeclips mvc roo blog myeclipse oca ext
本文是参考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)框架整合
标签:建立 min myeclips mvc roo blog myeclipse oca ext
原文地址:http://www.cnblogs.com/L-King/p/6752000.html