|
@@ -22,6 +22,11 @@ eureka:
|
|
status-page-url: http://${spring.cloud.client.ip-address}:${server.port}/swagger-ui.html#/
|
|
status-page-url: http://${spring.cloud.client.ip-address}:${server.port}/swagger-ui.html#/
|
|
instance-id: ${spring.cloud.client.ip-address}:${server.port}
|
|
instance-id: ${spring.cloud.client.ip-address}:${server.port}
|
|
|
|
|
|
|
|
+
|
|
|
|
+openfeign:
|
|
|
|
+ ColumnDataFeign:
|
|
|
|
+ url: ${COLUMNDATAFEIGN_URL:localhost:8083}
|
|
|
|
+
|
|
genxml:
|
|
genxml:
|
|
pth: com/a
|
|
pth: com/a
|
|
cache:
|
|
cache:
|