@@ -81,6 +81,9 @@ mybatis-plus:
map-underscore-to-camel-case: true
cache-enabled: false
+#远程调用验证标准词接口时间加长
+hystrix.command.CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+
imageUrl:
prefix: http://192.168.2.236:82
prefix: http://192.168.2.121:82
prefix: http://192.168.2.122:82
@@ -81,5 +81,12 @@ mybatis-plus:
prefix: http://192.168.2.241:82
+#CDSS核心地址
+cdss-core:
+ url: http://192.168.2.241:7010