IntelliJ - Failed to start: 0 passed, 1 not started

后端 未结 8 2118
天命终不由人
天命终不由人 2020-12-17 15:23

Just been playing around for the first time with IntelliJ IDEA Community edition, first time I have worked with it so if I\'m missing something, please excuse me.

I

相关标签:
8条回答
  • 2020-12-17 16:03

    In my case problem was in pom. I moved from fulling working application to spring-boot implementation and only imported spring-boot-starter-test in dependency for testing.

    I solved by excluding junit part from spring-boot-starter-test and added junit dependency of latest version in separate block.

    0 讨论(0)
  • 2020-12-17 16:03

    The issue for me is Failed to start: 1, passed: 0 . I'm using Spring Boot 2.4.0 with Junit5 to test the Controller Class. I just commented out the version tag in the junit-jupiter-engine dependency. Then it worked. Really strange. It might helpful for someone.

    0 讨论(0)
提交回复
热议问题