From fcd5a8a848d7660a79140ee6deb1524ed337a268 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Wed, 15 Sep 2021 17:59:19 +0300 Subject: [PATCH] Fix issue Swagger UI doc --- docs/src/main/asciidoc/openapi-swaggerui.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/openapi-swaggerui.adoc b/docs/src/main/asciidoc/openapi-swaggerui.adoc index c8ff6031a4e20..bb4ace396951b 100644 --- a/docs/src/main/asciidoc/openapi-swaggerui.adoc +++ b/docs/src/main/asciidoc/openapi-swaggerui.adoc @@ -451,7 +451,7 @@ Now you do not need to use the `@Operation` annotation. While generating the doc |Use the class name plus the method name. |=== -[[dev-mode]]] +[[dev-mode]] == Use Swagger UI for development When building APIs, developers want to test them quickly. https://swagger.io/tools/swagger-ui/[Swagger UI] is a great tool