Miroslav Zaťko

Results 3 issues of Miroslav Zaťko

``` Caused By: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.codingpedia.demo.rest.dao.PodcastDao org.codingpedia.demo.rest.service.PodcastRestService.podcastDao; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.codingpedia.demo.rest.dao.PodcastDao] found for dependency: expected at least 1 bean which...

Is this application still under active development or maintenance? Most recent commit is ~9 months old.

running elk container using simplest example from documentation page: `sudo docker run -p 5601:5601 -p 9200:9200 -p 5044:5044 -it --name elk sebp/elk` leads to failure because "Couldn't start Elasticsearch. Exiting."...