Giter Club home page Giter Club logo

spring-boot-security-demo's Introduction

spring-boot-security-demo

整合spring-boot/spring-security/mybatis/freemarker的通用后台管理系统,实现了基础的用户/菜单/角色/权限功能,权限控制粒度在URL级别,可基于此项目直接开发自己的业务管理平台。
演示站点:待续

相关博客

http://xxxx

启动

技术栈

  • spring-boot
  • spring-security
  • mysql
  • mybatis
  • druid
  • freemarker
  • maven

登陆页

avatar

首页

image...

用户管理

image...

角色管理

image...

菜单管理

image...

注意

本项目依赖于db-spring-boot-starter(整合了 Mybatis、通用 Mapper、PageHelper 分页插件的 Spring Boot Starter 模块),为方便快速构建,直接使用本地jar依赖,如下

 <!--本地jar,通用mapper,集成mybatis、druid、pagehelper分页-->
       <dependency>
            <groupId>com.github.peng</groupId>
            <artifactId>db-spring-boot-starter</artifactId>
            <version>1.0-SNAPSHOT</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/src/main/lib/db-spring-boot-starter-1.0-SNAPSHOT.jar</systemPath>
        </dependency>
        <!--本地jar依赖-->
        <dependency>
            <groupId>com.github.peng</groupId>
            <artifactId>db-spring-boot-autoconfigure</artifactId>
            <version>1.0-SNAPSHOT</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/src/main/lib/db-spring-boot-autoconfigure-1.0-SNAPSHOT.jar</systemPath>
        </dependency>
        <!--本地jar依赖-->
        <dependency>
            <groupId>com.github.peng</groupId>
            <artifactId>common</artifactId>
            <version>1.0-SNAPSHOT</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/src/main/lib/common-1.0-SNAPSHOT.jar</systemPath>
        </dependency>

更新日志

2018-04-23 项目初始化
2018-04-24 更新文档
待续...

spring-boot-security-demo's People

Contributors

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