Giter VIP home page Giter VIP logo

springmvc-mybatis-example's Introduction

介绍

学习使用 SpringMVC+Mybatis+JSON 架构最简易项目代码结构。

安装

使用 克隆或直接下载项目到本地

git checkout https://github.com/FrankLee33/springmvc-mybatis-example.git

将下载的maven项目导入到Eclipse中

把 resources/create.sql文件,导入到你的MySQL数据库中

修改src/main/resources/conf/jdbc.properties文件,根据上一步的数据库信息,修改数据库连接

// 修改数据库连接地址
jdbc_driverClassName=com.mysql.jdbc.Driver
jdbc_url=jdbc:mysql://localhost:3306/sgjson
jdbc_username=root
jdbc_password=

启动项目

用tomcat启动项目

springmvc-mybatis-example's People

Stargazers

 avatar

Watchers

 avatar  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.