看了很多文章都说跟springboot-starter-web有关系 需要移除依赖 但后来发现真正有问题的是eureka

如果是依赖父maven 最好查看是否有这个依赖 删除就解决问题
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-netflix-eureka-server</artifactId>
        </dependency>
        <!--        http://localhost:9011/swagger-ui.html-->

更多推荐

springCloud Gateway 报错:Consider defining a bean of type 'org.springframewor