Spring Boot application can't resolve the org.springframework.boot package

前端 未结 17 1922
半阙折子戏
半阙折子戏 2020-12-29 19:34

I have set up a spring boot project using the Spring Initializer, I tried several times to create a new project or play with the dependencies, everything seems to be in plac

17条回答
  •  感情败类
    2020-12-29 20:15

    Mine worked by adding

    
    
        org.springframework.boot
        spring-boot-autoconfigure
        2.1.3.RELEASE
    
    

    instead of directly using other main dependencies, I have no idea why.

提交回复
热议问题