I\'m starting with spring-boot and i have some configuration problems. I cannot autowire some services. I get an BeanCreationException.
My Application class:
i just remove the Jersey dependency and only work with the native REST-api (RequestMapping) from spring. And it works. I think, spring-boot and jersey don't work good together.