server: port: 10324 #Log配置 logging: level: cn.ibizlab.businesscentral: info #zuul网关路由设置 zuul: routes: websiteresource: path: /websiteresources/** serviceId: ibizbusinesscentral-centralapi stripPrefix: false website: path: /websites/** serviceId: ibizbusinesscentral-centralapi stripPrefix: false websitecontent: path: /websitecontents/** serviceId: ibizbusinesscentral-centralapi stripPrefix: false websitechannel: path: /websitechannels/** serviceId: ibizbusinesscentral-centralapi stripPrefix: false sensitive-headers: - Cookie,Set-Cookie,Authorization