Commit 0cada2f1 authored by 赵啸非's avatar 赵啸非

添加修改pom

parent 0eac82b9
...@@ -8,11 +8,8 @@ ...@@ -8,11 +8,8 @@
"baseLogin": "http://192.168.0.98:11078/base" "baseLogin": "http://192.168.0.98:11078/base"
}, },
"product": { "product": {
"baseUrl": "http://192.168.0.250:11089/entservice" "baseUrl": "http://192.168.0.252:12089/agent"
}, },
"dazhou": {
"baseUrl": "http://61.157.227.62:11072/basics_api/entservice"
}
} }
...@@ -8,58 +8,8 @@ ...@@ -8,58 +8,8 @@
"base-test": { "base-test": {
"baseUrl": "http://192.168.0.98:11071/base" "baseUrl": "http://192.168.0.98:11071/base"
}, },
"base-product": { "base-product": {
"baseUrl": "http://192.168.0.250:11071/base" "baseUrl": "http://192.168.0.252:13211/base"
},
"base-qiling": {
"baseUrl": "http://192.168.0.239:11071/base"
},
"base-yanyuan-test": {
"baseUrl": "http://192.168.0.119:11078/base"
},
"base-myjkq": {
"baseUrl": "http://10.6.50.2:11078/base"
},
"base-jiangan": {
"baseUrl": "http://10.141.38.234:11091/basics_api/base"
},
"base-test-https": {
"baseUrl": "https://192.168.0.98:31071/basics_api/base"
},
"base-test1-https": {
"baseUrl": "https://192.168.0.98:31071/base"
},
"base-test-remote": {
"baseUrl": "http://8.136.255.30:11071/base"
},
"base-yibin-web": {
"baseUrl": "http://112.19.80.237:11078/base"
},
"base-pengxi-web": {
"baseUrl": "http://118.122.189.109:11078/base"
},
"base-reg-web": {
"baseUrl": "http://8.136.255.30:1129/base"
},
"base-yibin-web-https": {
"baseUrl": "https://ybswxxcx.zwfwhfgjjfzj.yibin.gov.cn/base"
},
"base-yibin-php": {
"phpUrl": "http://112.19.80.237:8090"
} }
} }
\ No newline at end of file
...@@ -14,14 +14,13 @@ POST {{baseUrl}}/site/interlist ...@@ -14,14 +14,13 @@ POST {{baseUrl}}/site/interlist
Content-Type: application/json Content-Type: application/json
{ {
"areaID":"d4dfbb9945b24d35890514f4709b861d",
"page":1, "page":1,
"size":10 "size":10
} }
###站点列表 ###站点列表
POST http://10.233.82.175:11078/base/site/interlist POST http://192.168.0.252:13214/base/site/interlist
Content-Type: application/json Content-Type: application/json
{ {
......
...@@ -181,7 +181,7 @@ public class AccessLogFilter implements GlobalFilter, Ordered { ...@@ -181,7 +181,7 @@ public class AccessLogFilter implements GlobalFilter, Ordered {
} }
private void writeAccessLog(AccessLogPdu accessLogPdu) { private void writeAccessLog(AccessLogPdu accessLogPdu) {
messageProducer.syncAccessSend(accessLogPdu); //messageProducer.syncAccessSend(accessLogPdu);
} }
......
...@@ -39,8 +39,8 @@ public class GatewayResponseFilter implements GlobalFilter, Ordered { ...@@ -39,8 +39,8 @@ public class GatewayResponseFilter implements GlobalFilter, Ordered {
@Value("${spring.application.name:gateway}") @Value("${spring.application.name:gateway}")
private String appName; private String appName;
@Autowired /* @Autowired
private MessageProducer messageProducer; private MessageProducer messageProducer;*/
private static final String TRACE_ID = "traceId"; private static final String TRACE_ID = "traceId";
@Override @Override
......
...@@ -40,8 +40,8 @@ public class GlobalLogFilter implements GlobalFilter, Ordered { ...@@ -40,8 +40,8 @@ public class GlobalLogFilter implements GlobalFilter, Ordered {
@Value("${spring.application.name:gateway}") @Value("${spring.application.name:gateway}")
private String appName; private String appName;
@Autowired /* @Autowired
private MessageProducer messageProducer; private MessageProducer messageProducer;*/
@Autowired @Autowired
private CustomGatewayProperties customGatewayProperties; private CustomGatewayProperties customGatewayProperties;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment