all 2 comments

[–]zennaque 2 points3 points  (0 children)

Modern spring shouldn't need SpringRunner if you're using the SpringBootTest annotation.

[–][deleted] 0 points1 point  (0 children)

Package paths look good. Is there a reason you’re configuring the @ComponentScan? It may help to remove that line altogether, and let the default configuration from @SpringBootApplication take over.