All Projects → apache → Dubbo Website

apache / Dubbo Website

Licence: apache-2.0
Apache Dubbo documents

Labels

Projects that are alternatives of or similar to Dubbo Website

Zheng
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。
Stars: ✭ 16,163 (+4292.12%)
Mutual labels:  dubbo
Jeeweb Mybatis Springboot
Springboot2.0+redis+SpringMVC+Spring+Mybatis+Mybatis Plus的Java web分布式开发系统;NettySocketIo排队系统/排队模块/排队框架,它是一款具有代码生成功能的智能快速开发平台;是以Spring Framework为核心容器,Spring MVC为模型视图控制器,Mybatis为数据访问层, Apache Shiro/Spring security为权限授权层,Ehcahe/Redis/Hazelcast对常用数据进行缓存,Disruptor作为并发框架,Bootstrap作为前端框架的优秀开源
Stars: ✭ 318 (-13.59%)
Mutual labels:  dubbo
Springboot Learning
基于Gradle构建,使用SpringBoot在各个场景的应用,包括集成消息中间件、前后端分离、数据库、缓存、分布式锁、分布式事务等
Stars: ✭ 340 (-7.61%)
Mutual labels:  dubbo
Spring Boot Dubbo
Spring Boot with Dubbo support
Stars: ✭ 289 (-21.47%)
Mutual labels:  dubbo
Dubbo Admin
The ops and reference implementation for Apache Dubbo
Stars: ✭ 3,444 (+835.87%)
Mutual labels:  dubbo
Spring Cloud Alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
Stars: ✭ 20,934 (+5588.59%)
Mutual labels:  dubbo
Dubbogo
a golang micro-service framework compatible with alibaba dubbo
Stars: ✭ 258 (-29.89%)
Mutual labels:  dubbo
Hmily
Distributed transaction solutions
Stars: ✭ 3,790 (+929.89%)
Mutual labels:  dubbo
Dis Seckill
👊SpringBoot+Zookeeper+Dubbo打造分布式高并发商品秒杀系统
Stars: ✭ 315 (-14.4%)
Mutual labels:  dubbo
Ssm
💕 build SSM from 0 👉🏽👉🏽 distributed micro service.
Stars: ✭ 3,383 (+819.29%)
Mutual labels:  dubbo
Joyrpc
high-performance, high-extensibility Java rpc framework.
Stars: ✭ 290 (-21.2%)
Mutual labels:  dubbo
Node Zookeeper Dubbo
A middleware helps node to communicate dubbo by using its default protocol, which is registered in zookeeper
Stars: ✭ 296 (-19.57%)
Mutual labels:  dubbo
Nutzmore
让Nutz更好用
Stars: ✭ 328 (-10.87%)
Mutual labels:  dubbo
Swagger Dubbo
📃 Dubbo的Swagger服务文档
Stars: ✭ 289 (-21.47%)
Mutual labels:  dubbo
Tech Weekly
「小马哥技术周报」
Stars: ✭ 3,561 (+867.66%)
Mutual labels:  dubbo
Dubbo Go
Go Implementation For Apache Dubbo
Stars: ✭ 3,710 (+908.15%)
Mutual labels:  dubbo
Nacos
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
Stars: ✭ 20,691 (+5522.55%)
Mutual labels:  dubbo
Spring Learning
🔥🔥🎉Spring Learning Project, Enjoy it
Stars: ✭ 367 (-0.27%)
Mutual labels:  dubbo
Ibase4j Springboot
Spring,SpringBoot,SpringMVC,Mybatis,mybatis-plus,motan/dubbo分布式,Redis缓存,Shiro权限管理,Spring-Session单点登录,Quartz分布式集群调度,Restful服务,QQ/微信登录,App token登录,微信/支付宝支付;日期转换、数据类型转换、序列化、汉字转拼音、身份证号码验证、数字转人民币、发送短信、发送邮件、加密解密、图片处理、excel导入导出、FTP/SFTP/fastDFS上传下载、二维码、XML读写、高精度计算、系统配置工具类等等。
Stars: ✭ 348 (-5.43%)
Mutual labels:  dubbo
Springboot Guide
SpringBoot2.0+从入门到实战!
Stars: ✭ 4,142 (+1025.54%)
Mutual labels:  dubbo

Dubbo Official Website

CI Status

This project keeps all sources used for building up Dubbo official website which's served at https://dubbo.apache.org.

Overview

The Apache Dubbo docs are built using Hugo with the Docsy theme. This project contains the hugo project, markdown files, and theme configurations.

Pre-requisites

Environment setup

  1. Ensure pre-requisites are installed
  2. Clone this repository
git clone https://github.com/apache/dubbo-website.git
  1. Change to root directory:
cd dubbo-website
  1. Add Docsy submodule:
git submodule add https://github.com/google/docsy.git themes/docsy
  1. Update submodules:
git submodule update --init --recursive
  1. Install npm packages:
npm install

Run local server

  1. Run
hugo server --disableFastRender
  1. Navigate to http://localhost:1313

Update docs

  1. Create new branch
  2. Commit and push changes to content
  3. Submit pull request to master branch
  4. Staging site will automatically get created and linked to PR to review and test
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].