Mongodb – SpringBoot – Unsatisfied dependency expressed through field
I was trying for CRUD services using springboot with mongodb. Getting error while running main application. ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'productController': Unsatisfied dependency expressed through field 'productServiceImpl';…