Git Product home page Git Product logo

bms's Introduction

BackStageMS

这是一个博客网站的后台管理系统;

项目描述:
后台登录认证以及权限管理:管理员登录后,可管理所有文章、标签、用户等信息;并且管理员可以实现对其他用户的权限控制。如:管理员Admin可以对用户Jack添加对文章的编辑功能。
  1. 后端部分:
  • 技术栈:springboot+springmvc+mybatis+spring+swagger
  • swagger-ui管理接口;
  • 数据库使用了MySQL,使用mybatis进行多表查询操作;
  • 后端项目的部署以及启动:

1.用mybatis-generator生成项目所需类和接口:

mvn -Dmybatis.generator.overwrite=true mybatis-generator:generate

2.启动项目

mvn spring-boot:run
  • ....
  1. 前端部分

    vue-element-admin
  • 使用了vue-element-admin项目,因为本人对前端不了解,所以只能做到使用,也就是对着文档涂涂改改勉强写出来了;
  • 前端项目的部署以及启动:
  1. 进入项目中 cd vue-element-admin
  1. 安装依赖 npm install
  1. 运行项目 npm run dev

bms's People

Contributors

bigonia avatar

Watchers

James Cloos 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.