Giter Site home page Giter Site logo

cms-archetype's Introduction

cms系统原型

由于经常需要搭建一些类似cms这样的系统,如果每次都是手动创建项目,创建模块,拷贝改,无疑是蛋疼的。
所以我需要做一个项目原型,每次需要搭建类似cms系统的时候,只需要一键即可生成!

一、系统简介

系统结构如下:

系统结构

1. 各个模块之间的依赖关系

  • web模块 依赖 biz模块
  • biz模块 依赖 service模块dao模块
  • service模块 依赖 model模块
  • dao模块 依赖 model模块

2. 主要技术和框架

  • Spring
  • SpringMVC
  • Mybatis
  • autoconfig
  • mbg
  • shiro
  • redis
  • dubbo
  • mysql
  • freemarker
  • ace admin ajax
  • ftp
  • log4j2
  • fastjson
  • lombok

二、基本功能

由于这只是一个项目原型,以后可能会用于各大场景,所以下面的功能只是一些最基础的。

网站

  1. 登录
  2. 注册
  3. 找回密码

工作台

  1. 系统
    • 用户管理
    • 角色管理
    • 菜单管理
  2. 内容
    • 数据字典
    • 缓存管理
    • 内容管理
  3. 我的
    • 个人资料

三、原型截图

登录界面

注册界面

找回密码界面

个人资料界面

菜单管理界面

四、使用方法

  1. 拉取项目到本地 git clone https://github.com/kangyonggan/cms-archetype.git
  2. 编译并安装 mvn clean install
  3. 一键生成项目 mvn archetype:generate -DarchetypeGroupId=com.kangyonggan.archetype -DarchetypeArtifactId=cms-archetype -DarchetypeVersion=1.0-SNAPSHOT -DarchetypeCatalog=local

cms-archetype's People

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.