Giter VIP home page Giter VIP logo

ssm-demo's Introduction

ssm-demo

代码更新都会在ssm-maven项目下

Spring+SpringMVC+mybatis+easy-ui实现的一个简单demo,项目为两年前做的一个项目,后续会逐渐优化改造。

ssm-demo仓库下会有三个项目,分别是ssm-demo、ssm-login、ssm-maven,ssm-demo为普通的JavaWeb工程,并没有引入maven管理项目, 而ssm-maven则为maven改造后的项目,使用maven统一管理项目jar包及项目构建,后续的优化都会在这个项目里做。

项目地址:

 ssm-demo
 登录名:admin
 密码:123456
 ssm-login
 登录名:admin
 密码:123456

项目框架包括:

Spring
SpringMVC
MyBatis
后端界面则使用easyui进行搭建

功能介绍:

本项目实现了一个简单的书籍仓库管理系统,主要包含以下功能:
管理员的注册功能,登录功能,删除功能。
书籍的搜索功能,出库功能。
书架的添加功能,修改功能,搜索功能。

更新日志

2017-02-23 初始化,接下来是bug修复,下一步打算将项目改为maven工程项目。
2017-02-24 新增ssm-login项目,最基础的ssm项目搭建。
2017-03-02 新增ssm-maven项目,Spring+SpringMVC+MyBatis+Maven+easyUI整合。
2017-03-07 中文搜索bug修复。
2017-03-14 网友提醒:书架管理-查看书籍,JS报错 Cannot read property 'title' of null,数据原因,有些数据没删干净。 解决方法:delete from ssm_storebook where isbn not in (select id from ssm_book)。
2017-03-29 Log模块
2017-03-31 单元测试模块

ssm-demo's People

Contributors

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