mirror of
https://gitee.com/raoxy/kongx.git
synced 2025-07-10 00:00:02 +08:00
1、增加readme
2、修改pom.xml版本号为1.2.x
This commit is contained in:
parent
087f5d34eb
commit
3722caaf01
47
README.en.md
47
README.en.md
@ -1,36 +1,29 @@
|
|||||||
# kongx
|
#kongx
|
||||||
|
|
||||||
#### Description
|
#### Description
|
||||||
kong网关的可视化管理界面,更人性、更方便管理微服务的网关管理。
|
kongx是网关kong的可视化界面管理平台(参考konga的部分界面布局方式),能够集中化管理应用不同环境的网关配置,提供同步各环境的网关配置功能,并且具备规范的权限管理、参数配置、环境管理及日志审计等特性。
|
||||||
|
|
||||||
#### Software Architecture
|
基于Spring Boot和Spring Cloud开发,打包后可以直接运行,不需要额外安装Tomcat等应用容器
|
||||||
Software architecture description
|
#### Screenshots
|
||||||
|

|
||||||
|
|
||||||
#### Installation
|
#### Features
|
||||||
|
|
||||||
1. xxxx
|
- Kong Manage:Upstream,Service,Route,Plugin,Consumer等
|
||||||
2. xxxx
|
- 同步Kong配置:同步不同环境间的kong配置,便于多环境同一项目配置管理;
|
||||||
3. xxxx
|
- 系统管理:具有完善的权限管理系统,包括:用户管理、菜单管理、角色管理及用户组管理等功能;
|
||||||
|
- 参数管理:具有良好的扩展性,基于平台的参数管理可扩展多环境及服务管理;包括:环境管理、参数参数等
|
||||||
|
- 日志管理:平台具有完善的日志审计功能,包括:同步日志、操作日志;
|
||||||
|
|
||||||
#### Instructions
|
#### Quick start
|
||||||
|
[快速安装](https://gitee.com/raoxy/kongx/wikis/pages?sort_id=2979225&doc_id=983590)
|
||||||
|
|
||||||
1. xxxx
|
#### Kong网关插件列表
|
||||||
2. xxxx
|
- [灰度插件Canary](https://gitee.com/raoxy/kong-plugins-canary)
|
||||||
3. xxxx
|
- [...]
|
||||||
|
|
||||||
#### Contribution
|
#### kong网关最佳实践
|
||||||
|
|
||||||
1. Fork the repository
|
- Kong与consul自主发现服务
|
||||||
2. Create Feat_xxx branch
|
- 如何应用灰度插件(canary)及使用场景介绍
|
||||||
3. Commit your code
|
- 整理中...尽情期待
|
||||||
4. Create Pull Request
|
|
||||||
|
|
||||||
|
|
||||||
#### Gitee Feature
|
|
||||||
|
|
||||||
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
|
|
||||||
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
|
|
||||||
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
|
|
||||||
4. The most valuable open source project [GVP](https://gitee.com/gvp)
|
|
||||||
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
|
|
||||||
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
|
34
README.md
34
README.md
@ -1,9 +1,29 @@
|
|||||||
初始化
|
#kongx
|
||||||
|
|
||||||
##设置版本号
|
#### Description
|
||||||
mvn versions:set -DnewVersion=1.0.1
|
kongx是网关kong的可视化界面管理平台(参考konga的部分界面布局方式),能够集中化管理应用不同环境的网关配置,提供同步各环境的网关配置功能,并且具备规范的权限管理、参数配置、环境管理及日志审计等特性。
|
||||||
|
|
||||||
##设置错误回滚
|
基于Spring Boot和Spring Cloud开发,打包后可以直接运行,不需要额外安装Tomcat等应用容器
|
||||||
mvn versions:revert
|
#### Screenshots
|
||||||
##提交
|

|
||||||
mvn versions:commit
|
|
||||||
|
#### Features
|
||||||
|
|
||||||
|
- Kong Manage:Upstream,Service,Route,Plugin,Consumer等
|
||||||
|
- 同步Kong配置:同步不同环境间的kong配置,便于多环境同一项目配置管理;
|
||||||
|
- 系统管理:具有完善的权限管理系统,包括:用户管理、菜单管理、角色管理及用户组管理等功能;
|
||||||
|
- 参数管理:具有良好的扩展性,基于平台的参数管理可扩展多环境及服务管理;包括:环境管理、参数参数等
|
||||||
|
- 日志管理:平台具有完善的日志审计功能,包括:同步日志、操作日志;
|
||||||
|
|
||||||
|
#### Quick start
|
||||||
|
[快速安装](https://gitee.com/raoxy/kongx/wikis/pages?sort_id=2979225&doc_id=983590)
|
||||||
|
|
||||||
|
#### Kong网关插件列表
|
||||||
|
- [灰度插件Canary](https://gitee.com/raoxy/kong-plugins-canary)
|
||||||
|
- [...]
|
||||||
|
|
||||||
|
#### kong网关最佳实践
|
||||||
|
|
||||||
|
- Kong与consul自主发现服务
|
||||||
|
- 如何应用灰度插件(canary)及使用场景介绍
|
||||||
|
- 整理中...尽情期待
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>kongx</artifactId>
|
<artifactId>kongx</artifactId>
|
||||||
<groupId>com.kongx</groupId>
|
<groupId>com.kongx</groupId>
|
||||||
<version>1.0.0</version>
|
<version>1.2.x</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>kongx</artifactId>
|
<artifactId>kongx</artifactId>
|
||||||
<groupId>com.kongx</groupId>
|
<groupId>com.kongx</groupId>
|
||||||
<version>1.0.0</version>
|
<version>1.2.x</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@ -14,7 +14,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.kongx</groupId>
|
<groupId>com.kongx</groupId>
|
||||||
<artifactId>kongx-common</artifactId>
|
<artifactId>kongx-common</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.2.x</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
2
pom.xml
2
pom.xml
@ -13,7 +13,7 @@
|
|||||||
<groupId>com.kongx</groupId>
|
<groupId>com.kongx</groupId>
|
||||||
<artifactId>kongx</artifactId>
|
<artifactId>kongx</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.0.0</version>
|
<version>1.2.x</version>
|
||||||
<modules>
|
<modules>
|
||||||
<module>kongx-serve</module>
|
<module>kongx-serve</module>
|
||||||
<module>kongx-common</module>
|
<module>kongx-common</module>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user