I have a Spring boot application. Where I have added this below dependency for Swagger API specification.
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.4.3</version>
</dependency>
It is giving this following error:
java.lang.IllegalStateException: Unable to read meta-data for class org.springdoc.core.SwaggerUiConfigProperties
Could anyone please help to sort this ? Before add this dependency , project worked without any issues.