SPRING INTEGRATION HEADER問題
當SPRING INTEGRATION的流程中從HTTP outboundGateway轉成JmsGateway時,會報header的錯誤,這時就要把相關多余的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) 評論(0) 編輯 收藏 所屬分類: SPRING 、SPRING INTERGRATION