Autowire not able to find bean during server start code example
Example: could not autowire no beans of type found in springbootapplication
@Repository
public interface YourRepository ...
...
@Service
public classe YourClassService
@Repository
public interface YourRepository ...
...
@Service
public classe YourClassService