Giter Site home page Giter Site logo

dynamicdatasource's Introduction

ssm-scaffold

这是一个SpringMVC+Mybatis 脚手架,方便平时的开发使用,也可作为新手的学习项目。

依赖

  • Spring :4.2.1.RELEASE
  • mybatis:3.3.0
  • mybatis-spring:1.2.3
  • druid:1.0.15
  • fastjson:1.2.7
  • mybatis-generator:1.3.2
  • pagehelper:4.0.1
  • slf4j:1.7.12
  • log4j:1.2.17

数据库默认使用了mysql,依赖

  • mysql-connection-java:5.1.6

这些能在pom.xml的顶部快速找到,直接修改:

<properties>
    <junit-version>3.8.1</junit-version>
    <spring-version>4.2.1.RELEASE</spring-version>
    <mybatis-version>3.3.0</mybatis-version>
    <mybatis-spring-version>1.2.3</mybatis-spring-version>
    <druid-version>1.0.15</druid-version>
    <fastjson-version>1.2.7</fastjson-version>
    <mysql-connection-version>5.1.6</mysql-connection-version>
    <mybatis-generator-version>1.3.2</mybatis-generator-version>
    <pagehelper-version>4.0.1</pagehelper-version>
    <slf4j-version>1.7.12</slf4j-version>
    <log4j-version>1.2.17</log4j-version>
</properties>

配置说明

  • applicationContext.xml:Spring 配置文件
  • generator.properties:Mybatis-generator 配置文件
  • generatorConfig.xml:Mybatis-generator 配置文件
  • jdbc.properties:jdbc配置文件
  • log4j.properties:log4j 配置文件
  • mvc-dispatcher-servlet.xml:SpringMVC配置文件

快速上手

http://1994.github.io/2015/10/14/ssm-scaffold/

dynamicdatasource's People

Contributors

moxiaoyang avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.