**********************************************************
Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway at this time. Please remove spring-boot-starter-web dependency.
**********************************************************
原因:
因為springclougateway的內部是通過netty + webflux實現的,webflux是和springmvc有沖突的,由於父項目中有web,需要移除掉

去除以后就可以啟動成功了

