how to configure multiple addresses in Zuul routing
for example,
`archivecenter:
path: /service/archive/**,/service/controls/**,/service/before/**,/service/materials/**,/service/materials/**,/service/appraisal/**,/service/report/**`
I think when mapping so many paths at the same time, it is not possible to write this;
and then writing multiple path will fail to read the configuration file.