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