网关配置管理 - rewin.ubsi.gateway
为UBSI治理工具提供网关的配置管理接口。
服务名字:rewin.ubsi.gateway
最新版本:1.0.0
服务类:rewin.service.ubsi.gateway.Service
单例模式:否
服务依赖:无
数据库:mongodb::ubsi_gateway
多数据域:否
部署文件:
{ "maven_url": "http://maven.aliyun.com/nexus/content/groups/public/", "maven_repo": [ { "url" : "https://maven.pkg.github.com/ubsi-home/release/", "user": "{your-github-account}", "password": "{your-github-Personal_Access_Token}" } ], "service_name": "rewin.ubsi.gateway", "service_class": "rewin.service.ubsi.gateway.Service", "jar_group": "rewin.service.ubsi", "jar_artifact": "rewin.service.ubsi.gateway", "jar_version": "1.0.0", "resource_path": "", "config": { "mongo_servers": [ { "host": "{your-mongo-host}", "port": {your-mongo-port} } ] } }