I am not sure if it is because I have my project broke down in modules but this is how I solved my issue of not be able to find my repositories.
@SpringBootApplication
@ComponentScan({"com.delivery.request"})
@EntityScan("com.delivery.domain")
@EnableJpaRepositories("com.delivery.repository")