All Projects → maventalker → web-service-demo

maventalker / web-service-demo

Licence: other
基于Dubbo的微服务基础框架,整合Spring Boot 2与Dubbo对外提供独立服务,集成Redis、Rabbitmq、mybatis。

Programming Languages

java
68154 projects - #9 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to web-service-demo

Ibase4j
Spring,SpringBoot 2.0,SpringMVC,Mybatis,mybatis-plus,motan/dubbo分布式,Redis缓存,Shiro权限管理,Spring-Session单点登录,Quartz分布式集群调度,Restful服务,QQ/微信登录,App token登录,微信/支付宝支付;日期转换、数据类型转换、序列化、汉字转拼音、身份证号码验证、数字转人民币、发送短信、发送邮件、加密解密、图片处理、excel导入导出、FTP/SFTP/fastDFS上传下载、二维码、XML读写、高精度计算、系统配置工具类等等。
Stars: ✭ 1,548 (+6630.43%)
Mutual labels:  spring-data-redis, dubbo
Yan
使用Maven构建,整合Dubbo+Zookeeper+SpringMVC+Spring+MyBatis+Redis支持分布式的高效率便捷开发框架
Stars: ✭ 293 (+1173.91%)
Mutual labels:  dubbo, mybatis-generator
java-best-practice
Java学习例子,最佳实践
Stars: ✭ 19 (-17.39%)
Mutual labels:  dubbo, dubbo-spring-boot-starter
Eshop Soa
EShop基于Dubbo实现SOA服务化拆分,并基于RocketMQ解决了分布式事务(新版SpringBootSOASkeleton)
Stars: ✭ 65 (+182.61%)
Mutual labels:  dubbo, mybatis-generator
Zheng
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。
Stars: ✭ 16,163 (+70173.91%)
Mutual labels:  dubbo, mybatis-generator
Priest
dubbo mybatis springboot base soa rest api framework with customer code generator
Stars: ✭ 160 (+595.65%)
Mutual labels:  dubbo, mybatis-generator
java-redis-client
OpenTracing Instrumentation for Redis Client
Stars: ✭ 31 (+34.78%)
Mutual labels:  spring-data-redis
dubbo-springfox
extent springfox to support generate dubbo-api document 扩展springfox支持dubbo接口的文档化与图形化调用
Stars: ✭ 16 (-30.43%)
Mutual labels:  dubbo
Bus
Bus 是一个基础框架、服务套件,它基于Java8编写,参考、借鉴了大量已有框架、组件的设计,可以作为后端服务的开发基础中间件。代码简洁,架构清晰,非常适合学习使用。
Stars: ✭ 253 (+1000%)
Mutual labels:  dubbo
Dubbo Proxy
Apache dubbo
Stars: ✭ 229 (+895.65%)
Mutual labels:  dubbo
springboard-cloud
基于Spring cloud、dubbo、oauth2的微服务应用
Stars: ✭ 16 (-30.43%)
Mutual labels:  dubbo
shield-dubbo-tracer
基于dubbo2.6.4的Dubbo TraceId的设置/获取/传递工具包
Stars: ✭ 28 (+21.74%)
Mutual labels:  dubbo
lightbatis
Lightbatis 增强 MyBatis 版Java 数据库持久层,更简洁并易用
Stars: ✭ 52 (+126.09%)
Mutual labels:  mybatis-generator
learning
学习笔记
Stars: ✭ 17 (-26.09%)
Mutual labels:  dubbo
Advanced Java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
Stars: ✭ 59,142 (+257039.13%)
Mutual labels:  dubbo
atguigu ssm crud
Atguigu-SSM-CRUD 一个最基本的CRUD系统,采用IDEA+Maven搭建,具备前后端交互功能,前端采用BootStrap+Ajax异步请求DOM渲染,后端采用SpringMVC+MyBatis+Mysql8.0+Servlet+Jsp,符合REST风格URL规范,并加入了Hibernate提供的数据校验功能,支持PageHelper的分页功能,很适合SSM阶段性练习。同时用到了很多前端操作以及BootStrap组件,也有利于学习JS和前端框架。
Stars: ✭ 52 (+126.09%)
Mutual labels:  mybatis-generator
Bytetcc
ByteTCC is a distributed transaction manager based on the TCC(Try/Confirm/Cancel) mechanism. It’s compatible with the JTA specification. User guide: https://github.com/liuyangming/ByteTCC/wiki
Stars: ✭ 2,749 (+11852.17%)
Mutual labels:  dubbo
IDEAPractice
Java练习 - Java基础知识,面试题,小demo,长期积累 | intellij idea + maven + tomcat
Stars: ✭ 45 (+95.65%)
Mutual labels:  mybatis-generator
mybatis-generator-gui-plus
基于MyBatis-Generator+SQLite+beautyeye_lnf开发的一款图形化代码生成器
Stars: ✭ 16 (-30.43%)
Mutual labels:  mybatis-generator
mall
SpringBoot + Layui 电子商城系统
Stars: ✭ 38 (+65.22%)
Mutual labels:  mybatis-generator

基于Dubbo的微服务基础框架,为前端提供脚手架开发基础框架,项目代码:

https://github.com/backkoms/web-service-demo

https://gitee.com/Kristening/web-service-demo

项目定位:

用于从大单体应用中解耦,实施前后端分离部署、分层部署、分服务部署,可使用独立数据库,应用redis缓存,发送MQ消息

###基础依赖

  • JDK 8+
  • Zookeeper
  • Redis
  • Rabbitmq

###技术组件:

  • Spring Boot 2.0.4.RELEASE
  • Swagger 2.6.1
  • Dubbo-spring-boot-starter 0.2.0
  • Spring-boot-starter-data-redis
  • Mybatis-spring-boot-starter
  • Spring-boot-starter-amqp
  • Lombok

###提供功能:

注:web-api-demo的Github项目地址: https://github.com/backkoms/web-api-demo https://gitee.com/Kristening/web-api-demo 基于SpringBoot2和Swagger的WEB API框架,面向移动端(手机App,公众号,小程序.....)提供的API服务脚手架开发框架。

#联系我

微信号:Dqango

#SpringCloud微服务实战实例

https://github.com/backkoms/simplemall

源码解读

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].