refactor(buildpackage): 修改 U8C 中台地址端口
- 将 U8C 中台地址的端口从 9999 改为 8081 - 此修改旨在解决生产环境中的端口冲突问题
This commit is contained in:
parent
a93f4bd41c
commit
9c8d9d7364
|
@ -145,7 +145,7 @@ public class OverallConstant {
|
||||||
prodOverAll.put("u8c自定义项档案-单据红字标识-N名称", "N");
|
prodOverAll.put("u8c自定义项档案-单据红字标识-N名称", "N");
|
||||||
|
|
||||||
//中台地址
|
//中台地址
|
||||||
prodOverAll.put("u8c_url", "http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface");
|
prodOverAll.put("u8c_url", "http://127.0.0.1:8081/kangarooDataCenterV3/entranceController/externalCallInterface");
|
||||||
|
|
||||||
//测试
|
//测试
|
||||||
// prodOverAll.put("u8c_url", "http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface");
|
// prodOverAll.put("u8c_url", "http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface");
|
||||||
|
|
Loading…
Reference in New Issue