Spring Boot cant be able to find any bean but there is a Class with @Entity annotation present in the same pacakage
I am trying to create a todoService in which i injected dependency of TodoRepository but when i tried to run the project result in the following error