Giter Site home page Giter Site logo

realmee / bootplus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joeybling/bootplus

0.0 0.0 0.0 3.79 MB

基于SpringBoot + Shiro + MyBatisPlus的权限管理框架

License: Apache License 2.0

Java 11.86% FreeMarker 15.42% JavaScript 43.55% HTML 0.63% CSS 25.59% TSQL 2.94% Dockerfile 0.01%

bootplus's Introduction

基于SpringBoot + Shiro + MyBatisPlus的权限管理框架

GitHub:https://github.com/JoeyBling/bootplus

码云:https://gitee.com/zhousiwei/bootplus

欢迎使用和Star支持,如使用过程中碰到问题,可以提出Issue,我会尽力完善

bootplus

  • bootplus是基于SpringBoot + Shiro + MyBatisPlus的真正restful URL资源无状态认证权限管理框架

项目结构

bootplus
├── sql  -- 项目SQL语句
│
├── App -- 项目启动类
│
├── config -- 配置信息
│
├── controller -- 控制器
|    ├── admin -- 后台管理员控制器
│
├── service -- 业务逻辑接口
|    ├── impl -- 业务逻辑接口实现类
│
├── dao -- 数据访问接口
│
├── entity -- 数据持久化实体类
│
├── shiro -- Shiro验证框架
│
├── util -- 工具类
|    ├── FreeMarker -- 自定义FreeMarker标签
│
├── resources
|    ├── mapper -- SQL对应的XML文件
│
├── webapp
|    ├── statics -- 静态资源
|    ├── upload -- 上传文件
|    ├── WEB-INF
|    |    ├── templates -- 页面FreeMarker模版

技术选型:

  • 核心框架:Spring Boot 1.5.1
  • 安全框架:Apache Shiro
  • 视图框架:Spring MVC
  • 持久层框架:MyBatisMyBatisPlus
  • 缓存技术:EhCacheRedis
  • 定时器:Quartz
  • 数据库连接池:Druid
  • 日志管理:SLF4JLog4j
  • 模版技术:FreeMarker
  • 页面交互:BootStrapLayer

本地部署:

  • mysql执行sql/bootplus.sql文件,初始化数据
  • 修改application.yml,更新MySQL连接信息
  • 项目访问路径:http://localhost/admin
  • 管理员账号密码:admin/admin

效果展示

bootplus's People

Contributors

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