Browse Source

【锦水pc端】-【添加数据总览模块】-魏凯 2020-07-15

feature/syp_points
weikai 5 years ago
parent
commit
d9f6a19abd
  1. 3
      esua-epdc/epdc-gateway/pom.xml
  2. 10
      esua-epdc/epdc-gateway/src/main/resources/application.yml

3
esua-epdc/epdc-gateway/pom.xml

@ -137,6 +137,9 @@
<gateway.routes.epdc-points-server.uri>http://127.0.0.1:9070</gateway.routes.epdc-points-server.uri>
<gateway.routes.epdc-party-group-server.uri>http://127.0.0.1:9077</gateway.routes.epdc-party-group-server.uri>
<!-- <gateway.routes.epdc-party-group-server.uri>lb://epdc-party-group-server</gateway.routes.epdc-party-group-server.uri>-->
<!-- <gateway.routes.epdc-analysis-server.uri>lb://epdc-analysis-server-->
<!-- </gateway.routes.epdc-analysis-server.uri>-->
<gateway.routes.epdc-analysis-server.uri>http://127.0.0.1:9078</gateway.routes.epdc-analysis-server.uri>
<!-- nacos -->
<nacos.register-enabled>false</nacos.register-enabled>
<nacos.server-addr>47.104.224.45:8848</nacos.server-addr>

10
esua-epdc/epdc-gateway/src/main/resources/application.yml

@ -109,6 +109,14 @@ spring:
- Path=${server.servlet.context-path}/news/**
filters:
- StripPrefix=1
#用户分析模块
- id: epdc-analysis-server
uri: @gateway.routes.epdc-analysis-server.uri@
order: 21
predicates:
- Path=${server.servlet.context-path}/analysis/**
filters:
- StripPrefix=1
#党群议事模块
- id: epdc-events-server
uri: @gateway.routes.epdc-events-server.uri@
@ -257,6 +265,8 @@ renren:
- /api/work/** #工作端接口
- /api/analysis/** #数据端接口
- /cloudAnalysis/** #数据端接口
- /contentSecurity/** #内容安全接口
- /api/sys/**
epdc:

Loading…
Cancel
Save