码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2017-04-23 11:54:05      阅读:257      评论:0      收藏:0      [点我收藏+]

标签:建立   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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!