-
Couldn't load subscription status.
- Fork 1.5k
Description
I am adding Swagger to my project developed using Spring Boot 2.2.0.M5, Spring Hateaos () and Spring Data Rest. Not doing any special setting yet, just added two annotations on my application class.
@EnableSwagger2 @Import(SpringDataRestConfiguration.class)*
When I try to run my application I am getting following error message,
Caused by: java.lang.IllegalStateException: Failed to introspect Class [springfox.documentation.spring.data.rest.schema.SpringDataRestSchemaExtensions] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]
I have searched everywhere and couldn't find any solution for it. Any suggestion is appreciated.
Thanks!