com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector not found — while using Swagger
- 阅读更多 关于 com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector not found — while using Swagger
问题 my first post on SO and expecting good stuff in return :-) I have developed a small java restful services app and integrated with Swagger. I have @Controller -> @Service -> @Repository architecture. I have deployed on Glassfish (4.1.1), when I use Chrome's 'Advanced Rest Client', I am able to perfectly send and receive rest calls (GET/POST etc), but when I use Swagger, it throws the following exception 'after Controller returns the correct response'. I have been struggling with this by