# bit2consul **Repository Path**: KU4NG/bit2consul ## Basic Information - **Project Name**: bit2consul - **Description**: Bitbucket 项目配置同步到 Consul 配置中心 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-20 - **Last Updated**: 2023-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Hi 👋, Everyone!

一个通过 Go 实现的同步 Bitbucket 配置到 Consul 配置中心的服务


### 🔨 开发说明 * Go:Google 开发的开源编程语言,诞生于 2006 年 1 月 2 日 15 点 4 分 5 秒 [:octocat:](https://github.com/golang/go) * Gin:用 Go 编写的高性能 HTTP Web 框架 [:octocat:](https://github.com/gin-gonic/gin) ### 🎯 依赖安装 ```bash # Web 框架:gin go get -u github.com/gin-gonic/gin # 配置文件读取:viper go get -u github.com/spf13/viper ``` ### 🔨 工具清单 * JSON 在线转各种开发语言数据类型:[链接](https://app.quicktype.io)