SPRING INTEGRATION HEADER問題
當(dāng)SPRING INTEGRATION的流程中從HTTP outboundGateway轉(zhuǎn)成JmsGateway時(shí),會(huì)報(bào)header的錯(cuò)誤,這時(shí)就要把相關(guān)多余的header移除。.headerFilter("Api-Key", "Content-Type", "X-Powered-By", "Content-Language", "Transfer-Encoding", "Cache-Control", "Keep-Alive", "Set-Cookie")
https://stackoverflow.com/questions/50608415/cwsia0112e-the-property-name-keep-alive-is-not-a-valid-java-identifier
posted on 2020-10-20 14:56 paulwong 閱讀(332) 評(píng)論(0) 編輯 收藏 所屬分類: SPRING 、SPRING INTERGRATION