select `Id`, `AppId`, `Name` from ApolloPortalDB.App;
select `NamespaceId`, `Key`, `Value`, `Comment` from ApolloConfigDB.Item;
##根据namespaceId查询服务
select * from ApolloConfigDB.Namespace where id in (1);
微信扫一扫
select `Id`, `AppId`, `Name` from ApolloPortalDB.App;
select `NamespaceId`, `Key`, `Value`, `Comment` from ApolloConfigDB.Item;
##根据namespaceId查询服务
select * from ApolloConfigDB.Namespace where id in (1);
相关推荐