| commit | d3a55d4d36e95d118f57a4a5275b1cd1e1e283dd | [log] [tgz] |
|---|---|---|
| author | 刘洪青 <hongqing.liu@supwisdom.com> | 周五 9月 20 10:18:03 2019 +0800 |
| committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周五 9月 20 10:19:45 2019 +0800 |
| tree | 7a9f93fd160dc9efa0f5ac730c038e95a675cf20 | |
| parent | 3285b623810f9ffdfd1d9dac1247b28ff0885cce [diff] [blame] |
feat: 增加用户登录时,从后端服务接口获取帐号、角色等信息
diff --git a/gateway/src/main/resources/application.yml b/gateway/src/main/resources/application.yml index 7e88467..c72cbc7 100644 --- a/gateway/src/main/resources/application.yml +++ b/gateway/src/main/resources/application.yml
@@ -94,3 +94,7 @@ #CAS服务地址 cas.server.host.url: https://cas.supwisdom.com/cas + + +sw-backend-base-api: + uri: http://localhost:8082