0

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.

Helen
  • 87,344
  • 17
  • 243
  • 314
Ana
  • 161
  • 1
  • 2
  • 9

2 Answers2

0

Even though I have Build Success in Maven clean, It was giving error while maven install. When I fixed that issue, this issue also got solved.

Ana
  • 161
  • 1
  • 2
  • 9
-1

You can add the the whole stacktrace, or create an issue on springdoc project with a sample minimal project to reproduce your error: