springcloud启动不了

@ComponentScan(basePackages = {"com.kuang.springcloud. *"})   有个空格

然后启动不了

A component required a bean named 'org.springframework.boot.test.context.ImportsContextCustomizer$ImportsConfiguration' that could not be found.

启动不了

Unresolvable class definition for class [org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration$EnableWebFluxConfiguration]

 

 

你可能感兴趣的:(springcloud,java)