### Step 1: Add springdoc-openapi-webmvc-core dependency You need to add the springdoc-openapi-webmvc-core dependency to your `pom.xml` file if you are using Maven. This dependency will enable Swagger OpenAPI documentation generation in your project. ```xml org.springdoc springdoc-openapi-...