From 9497a3ec766100256a0ad01b1e73930e525f5e17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=B2=E6=B5=B7=E6=B4=8B?= <761396462@qq.com> Date: Fri, 3 Jul 2020 22:56:14 +0800 Subject: [PATCH] update config-repo/svca-service.yml. --- config-repo/svca-service.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/config-repo/svca-service.yml b/config-repo/svca-service.yml index aee0998..72d767b 100644 --- a/config-repo/svca-service.yml +++ b/config-repo/svca-service.yml @@ -1,22 +1,4 @@ server: port: 8080 -name: zhangxd - -eureka: - instance: - metadata-map: - user.name: ${security.user.name} - user.password: ${security.user.password} - -security: - user: - name: user - password: password - oauth2: - client: - clientId: svca-service - clientSecret: ${security.user.password} - accessTokenUri: http://${authserver.hostname}:${authserver.port}${authserver.contextPath}/oauth/token - grant-type: client_credentials - scope: server \ No newline at end of file +name: zhangxd \ No newline at end of file -- Gitee