GithubHelp home page GithubHelp logo

cyvaction / jvue-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ccfish86/jvue-admin

0.0 1.0 0.0 1.82 MB

基于vue.js和SpringBoot打造细粒度可配置的管理后台,菜单/画面元素/接口

License: MIT License

JavaScript 23.59% HTML 0.23% Vue 19.14% CSS 0.68% Java 56.35%

jvue-admin's Introduction

索引

jvue-admin是什么

通过整合前端流行框架vue和相关组件,及后台的Spring boot,实现的权限管理及菜单动态生成最佳实践。

前端技术栈

vue, vuet, element-ui, axios

后端技术栈

spring boot, hazelcast, mybatis, postgresql, swagger2 PS: 如果需要hibernate(jpa)和mysql版本的话,请参考分支jvue-admin-jpa。此外:两个分支对应的数据库字段有些不一样。

授权设计

传统的Struts,SpringMVC或类似的MVC架构下,页面和接口的权限是并行的,有的是以类型区分,有的是混着来的。 本项目中,以画面为单位,把接口和画面项目(按钮/组件)等绑定到画面,在给角色授权时,直观的可授予对应的接口和按钮的权限。 页面权限和后台接口权限分开加载,前台权限不持续再占用后台JVM内存,后台Spring Security启动时通过URL去DB加载并绑定角色,用户登录后直接通过ROLE和Spring Security匹配访问权限。 后续,可以结合工具,通过excel把画面定义好生成对应的vue和JAVA代码,或者后台JAVA实现类似功能,提高开发效率和统一的命名。

测试地址

线上测试地址:http://jvue.ccfish.net/ 管理员:admin/admin 普通用户:user/user

PS: 正在努力开发中,预计春节以后会有一版Release

jvue-admin's People

Contributors

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