Why doesn't work Spring Application?
Description:
Field postRepository in Controllers.MainController required a bean of type 'repo.PostRepository' that could not be found.
The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'repo.PostRepository' in your configuration.