Code Monkey home page Code Monkey logo

admin-plus's Introduction

build jdkversions maven SpringBoot Mybatis_Plus Apache2.0

admin-plus

这个项目是我把以前的 admin 项目重新整理了一个

Maven 模块包

  • admin-common
    公用包,这个是存放一些常用的工具类,把它当成一个jar 使用.
    所以可以 用maven 命令,把它安装到本地仓库

  • admin-core
    核心包,这个就是admin 的 所有核心内容了,部署也是部署这个包就可以了,
    都是springboot 项目,部署应该也不难
    如果不怎么清楚部署的话,可以看我以前的文章:Spring Boot-打包部署

  • admin-generator
    代码生成器,因为是后台吗,所以页面是少不了的,然后有些页面几乎长的都差不多一样,所以抽出来一个模板, 这样可以节省很多时间,也不需要做重复的操作,如果模板不适合你们的业务,可以自己修改模板 codeTemplatespageTemplates 这两个下面的ftl 文件

功能

  • 菜单权限
  • 角色权限
  • 用户管理

快速使用

  • 导入mysql 脚本 admin.sql 到你的数据库
  • 修改resources/application.yml 下的数据库用户名与密码
    脚本默认的账户:admin/amdin
  • 启动 Application 即可

Tip

1、demo 示例

admin-core 模块下的 com.lrs.core.act 就是一个 demo 包
对应的表就是 act_acticle,这个包里面的代码大部分是代码生成器生成的
可以仿造它写,就可以使用了,会使用之后,把与其想关的删除掉即可

2、MybatisPlus 文档:

https://mp.baomidou.com/guide/config.html

3、代码生成器教程示例图

示例图 示例图 示例图 示例图 示例图 示例图

admin-plus's People

Contributors

rstyro avatar erichetti avatar

Watchers

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