Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhangxd1989/springboot-dubbox
基于Spring-boot和dubbox的API接口和后台管理系统
https://github.com/zhangxd1989/springboot-dubbox
dubbox spring-boot spring-security
Last synced: about 3 hours ago
JSON representation
基于Spring-boot和dubbox的API接口和后台管理系统
- Host: GitHub
- URL: https://github.com/zhangxd1989/springboot-dubbox
- Owner: zhangxd1989
- Created: 2017-02-10T10:28:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T19:31:59.000Z (over 2 years ago)
- Last Synced: 2023-12-16T01:20:57.352Z (11 months ago)
- Topics: dubbox, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 126 KB
- Stars: 1,008
- Watchers: 119
- Forks: 585
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# springboot-dubbox
基于spring-boot dubbox搭建的java分布式系统
- 前后端分离
- 前端管理项目 https://github.com/zhangxd1989/springboot-dubbox-web
- spring-security基于角色的权限管理
- 统一异常管理
- spring-data-redis整合
- 整合swagger-ui接口文档,访问地址 http://localhost:8081/swagger-ui.html
- 定时任务
- 爬虫
- 邮件发送
- rabbitmq示例
- 多profile管理
- maven项目管理
- Mybatis多数据源
- logback记录日志
- 客户端用户注册、登录、修改信息、上传头像、忘记密码接口
- 接口访问次数限制
- okhttp3第三方接口调用
- druid sql监控---
- 项目依赖Mysql、Zookeeper、Redis
- platform-admin-web为管理平台接口
- platform-mobile-client为移动客户端接口
- platform-system为服务提供者
- 在application.yml中配置数据库连接、Redis连接及web访问端口
- 执行db-script中的数据库初始化脚本
- 在pom.xml中配置zookeeper连接地址
- 启动SysProviderApplication后分别启动ClientMobileApplication和WebAdminApplication