-
Choerodon平台版本:0.21.0
-
运行环境(如localhost或k8s):localhost
-
遇到问题时的前置条件:
按照 -
问题描述:
启动managr-service 报错: -
报错信息(请尽量使用代码块的形式展现):
-
修改的数据:
{ "name":"localhost", "secret":"secret", "authorizedGrantTypes":"implicit,client_credentials,authorization_code,refresh_token", "accessTokenValidity":60, "refreshTokenValidity":60, "webServerRedirectUri":"http://localhost:9111", "objectVersionNumber":1, "organizationId":"1" }
-
原因分析:
我是按照;
1.eureka-server
2.api-gateway
3.gateway-helper
4.oauth-server
5.base-service
6.asgard-service
7.manager-service
8.config-server
顺序启动后端 -
疑问:
提出您对于遇到和解决该问题时的疑问
你是拉取源码启动的么?很早就没有这两个服务了
是的,那么现在不需要启动这两个服务了吗?
不需要了,拉取的源码是最新的么