基于 Spring Cloud + Vue.js完整的微服务架构实战

https://blog.csdn.net/xp541130126/article/details/84634435

 

介绍

本项目是一个基于 Spring Boot、Spring Cloud、Spring Oauth2 和 Spring Cloud Netflix 等框架构建的微服务项目 前端框架为Vue.js、 ElementUI。
@作者 github 地址 欢迎star
panda微服务工程地址
panda-admin前台工程地址
panda是基于SpringCloud Finchley.SR1 、SpringBoot 2.x、 vue、element-ui 微服务基础脚手架
对于日常开发而言提供基础权限控制,动态菜单,才用前后端分离架构,前台采用vue 后台使用springcloud提供rest接口。对于以后开发,只需要在panda-service 添加业务模块即可,大大减少工作量。

panda-server 服务注册中心
panda-auth oauth2 认证服务器 提供token
panda-common 公共模块集合
panda-config-server 配置中心服务器
panda-gateway 统一网关,提供动态路由 同时也是oauth2的资源服务器
panda-service 业务模块集合
panda-user-service 统一用户管理模块
panda-gen-service 代码生成器模块
--------------------- 
作者:余空啊 
来源:CSDN 
原文:https://blog.csdn.net/xp541130126/article/details/84634435 
版权声明:本文为博主原创文章,转载请附上博文链接!

你可能感兴趣的:(java,web)