Coder Social home page Coder Social logo

mengxiangtong / contentmanagersystem Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yanquanguoke/contentmanagersystem

0.0 1.0 0.0 10.08 MB

基于SpringBoot+Shiro+Mybatis+Druid+layui后台管理系统

License: GNU General Public License v3.0

Java 82.14% HTML 2.55% CSS 10.87% JavaScript 4.44%

contentmanagersystem's Introduction

contentManagerSystem后台管理系统2.0

简介

contentManagerSystem,后台管理系统,采用SpringBoot构建整个项目框架,apacheShiro权限验证,mybatis+druid数据持久化动作,前端采用layui(http://www.layui.com/)展示,整个项目全部通过注解方式进行配置,具体大家可以下载代码自行查看.

PS:由于此项目完全是在业余时间写的,部分功能和代码可能会有缺陷或者不足,但核心代码都已写完,大家可以下载下来在此基础上继续扩展,我也会一直维护,有问题我们可以一起交流.

功能说明

  • 用户管理:简单实现用户新增,编辑,添加角色等功能.
  • 角色管理:简单实现角色新增,编辑,角色赋权等功能
  • 菜单管理:简单实现菜单新增,编辑等功能

PS:后续会继续增加功能.

使用说明

项目演示地址:

账号:user_system/123456 用户管理员

账号:user_readonly/123456 只读用户

License:

contentManagerSystem是一个自由软件,您可以自由分发、修改其中的源代码或者重新发布它,新的任何修改后的重新发布版必须同样在遵守GPL3或更后续的版本协议下发布. 关于GPL协议的细则请参考COPYING文件,您可以在contentManagerSystem的相关目录中获得GPL协议的副本, 如果没有找到,请连接到 http://www.gnu.org/licenses/ 查看。

平台目录结构说明

├─main
│  │
│  ├──conf---------------项目环境配置文件
│  │   ├─beta ------测试环境配置文件
│  │   ├─prd -------生产环境配置文件
│  │
│  ├──java
│  │   │
│  │   └─com.yxb.cms----------------项目主代码
│  │             │
│  │             ├─architect----------------项目装配目录
│  │             │    │
│  │             │    ├─conf----------------项目配置路径
│  │             │    │
│  │             │    ├─constant------------项目常量枚举路径
│  │             │    │
│  │             │    ├─filter--------------项目过滤器路径
│  │             │    │
│  │             │    ├─interceptor---------项目拦截器路径
│  │             │    │
│  │             │    ├─properties----------项目属性文件读取路径
│  │             │    │
│  │             │    ├─realm---------------自定义shiroRealm路径
│  │             │    │
│  │             │    ├─utils----------------项目帮助类路径
│  │             │
│  │             ├─controller----------------项目controller路径
│  │             │
│  │             ├─dao-----------------------项目dao层路径
│  │             │
│  │             ├─domain--------------------项目domain层路径
│  │             │
│  │             ├─service-------------------项目service层路径
│  │             │
│  │             └─Application ------springBoot 启动类
│  │
│  ├─resources----------------项目资源文件
│  │     │
│  │     ├─mapper----------------mybatis映射文件路径
│  │     │
│  │     ├─application.properties-----springBoot核心配置
│  │     │
│  │     ├─ehcache-shiro.xml----shiro缓存配置
│  │     │
│  │     ├─log4j.properties------log4j配置
│  │     │
│  │     ├─mybatis-config.xml-------mybatis配置
│  │
│  │
│  └─webapp----------------web页面和静态资源存放的目录
│      │
│      └─WEB-INF
│            │
│            ├─comm----------------静态资源公共目录
│            │
│            ├─static----------------静态资源目录
│            │
│            └─WEB-INF
│                │
│                ├─views----------------视图文件目录
│
│

项目截图演示

contentmanagersystem's People

Contributors

yangxiaobing175 avatar

Watchers

 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.