Connected to the target VM, address: '127.0.0.1:52234 SpringBoot 启动错误

idea+maven+SpringBoot+Mybatis 搭建项目,项目启动时提示:

    Connected to the target VM, address: '127.0.0.1:52234

网上答案有maven 与 idea 版本冲突或者是没有下面的依赖


  org.springframework.boot
  spring-boot-starter-web

试过后都没有效果,最后发现是启动类放的位置不正确,

启动类必须放在bean、controller外面,之后启动成功,能正常使用。

Connected to the target VM, address: '127.0.0.1:52234 SpringBoot 启动错误_第1张图片

第一次使用SpringBoot,如果你遇到相同的问题,希望能为你节省时间。

你可能感兴趣的:(SpringBoot)