required a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' that could not be found.
原因:gateway與spring-boot-starter-web不兼容,需要

Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.
原因:子模塊將javax.servlet-api傳遞給了gateway,需要阻止傳遞,或者將javax.servlet-api像web一樣exclusion
