Code Monkey home page Code Monkey logo

manage-parent's Introduction

manage-parent系统简介(逐步完善中)

manage-parent是一个基础的后台管理系统,主要集成用户管理,角色关键,菜单管理,对用户基于权限进行授权管理基础功能

技术选型

系统采用java语言,使用java常用的框架与打包管理工具,具体如下:

  • Spring
  • SpringMVC
  • Mybatis
  • Freemarker
  • logback
  • druid
  • Mysql
  • Tomcat
  • Maven
  • Sharding-JDBC

工程结构说明

工程采用maven进行打包管理,以maven module进行结构划分,分为manage-common模块,manage-service模块,manage-web模块.每个模块内按照业务纵向分包,下面以订单模块为例说明工程结构

manage-parent(parent module)
        |----doc(文档)
        |----manage-common(manage-common module)
                |src/main/java/com/chlsmile/manage
        |----manage-service(manage-service module)
                |src/main/java/com/chlsmile/manage
        |----manage-web(manage-web module)
                |src/main/java/com/chlsmile/manage
                |src/main/resources
  • manage-common 基础模块,以jar包的方式提供给manage-service和manage-web引用
  • manage-service 业务逻辑模块,包含业务逻辑层和持久层代码逻辑,以jar包的方式提供给manage-web引用
  • manage-web web层,主要包括Controller

manage-parent's People

Contributors

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