Closed
Description
Hey guys - we are trying to use this at the NFL, and we are running into this exception when adding @EnableSwagger2 annotation. It's odd because it works on some projects. We're not quite able to pin point the problem. If I remove the annotation and just keep @configuration, it builds fine, but when I try to access the swagger UI at host:port/swagger-ui.html from a browser, it shows a pop up: Unable to infer base url. This is common when using dynamic servlet registration... etc.
Can you help please?
java.lang.IllegalStateException at TokenUtilTest.java:43
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException at TokenUtilTest.java:43
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException at TokenUtilTest.java:43
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException at TokenUtilTest.java:43