springcloud与gateway的整合

第一:引入maven项目的时候

  
            org.springframework.cloud
            spring-cloud-starter-gateway
  
 
            org.springframework.boot
            spring-boot-starter-webflux


       

    
        
            org.springframework
            spring-beans
            5.0.5.RELEASE
            compile
        
spring-beans是必须的  同时 
    org.springframework.boot
    spring-boot-starter-web

     org.springframework.cloud
     spring-cloud-starter-gateway
 

    org.springframework.boot
    spring-boot-starter-webflux

有冲突

你可能感兴趣的:(SpringBoot)