Code Monkey home page Code Monkey logo

record_system's Introduction

record_system(档案管理系统)

档案管理系统是一个学习代码的阶段性考察而做的系统,主要是研究框架使用特性及代码书写时的设计**而作,其本身的作用在某种程度上并不是特别有用的,有兴趣的可以作为参考代码。

1.项目介绍

record_system 是一个档案管理系统,基于ssm框架开发,开发的主要目的是对ssm系统的回顾复习,其实用性并不是很大,但在代码风格上未尝没有借鉴意义。

该项目的数据库表为志愿者随机提供的,感谢 志愿者 [Ning]。

2.框架介绍

简单的CURD操作

无需书写多余的逻辑算法

无需sql注入

通用CURD

动态 IOC 代理

V2版改进意见:这里的高复用可以很好地兼容CURD这些基本操作,该项目中的新增和更新接口由于最初数据库的字段原因暂时没有改装成通用接口,但是仍然存在复用的方法

在此建议:当数据库字段设计合理并且一致时,所有的CURD功能接口皆可使用通用接口代替

技术支持

  1. Spring
  2. Spring MVC
  3. Mybatis
  4. MySql 57
  5. TK Mybatis
  6. Swagger
  7. Lombok
  8. generator
  9. Tomcat 8
  10. Slf4j
  11. Maven
  12. 前端 LayUI

3.项目截图

V2 版 - 改进截图
  • 代码简化,使用通用接口代替,减少代码书写 在这里插入图片描述

  • 接口预览 - 测试功能正常使用 在这里插入图片描述

V1 版

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

  • 项目架构预览 在这里插入图片描述

  • 代码复用,提高代码质量 在这里插入图片描述

在这里插入图片描述

record_system's People

Contributors

guangxs avatar

Stargazers

 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.