史上最简单的spring+springMVC+mybaits整合SSM框架~Simple-SSM

github地址: https://github.com/FaceGhost/Simple-SSMmysql

原由来源于搭建ssm系列教程,为此整理一个最简单CURD的全套源码,高手请勿喷,仅供参考学习,想学习的同窗的能够参考下列文章git

版本

  • spring 4.2.4tomcat

  • mybatis 3.2.8mybatis

  • 开发工具:eclipsemvc

  • 数据库:mysql

数据库配置文件位置

https://github.com/FaceGhost/Simple-SSM/blob/master/src/main/resources/res.properties

数据库表及初始数据位置

https://github.com/FaceGhost/Simple-SSM/tree/master/src/main/resources/db

启动

Simple-SSM 项目右键->Debug As -> Maven build …

Goals : tomcat7:run

浏览器访问

http://localhost:8080/Simple-SSM/test

相关文章
相关标签/搜索