DORSETRIGS
Home

springdoc (16 post)


posts by category not found!

How do I write a custom sorter to sort my springdoc swagger tags by name in the UI?

Taming the Swagger Tag Jungle Custom Sorting in Springdoc Tired of your Swagger UI displaying tags in an unorganized mess Springdoc provides a flexible framewor

2 min read 06-10-2024 44
How do I write a custom sorter to sort my springdoc swagger tags by name in the UI?
How do I write a custom sorter to sort my springdoc swagger tags by name in the UI?

Springdoc with multiple api-docs

Springdoc Managing Multiple API Documentation for Your Spring Boot Application In the world of microservices and APIs clear and concise documentation is vital S

2 min read 06-10-2024 42
Springdoc with multiple api-docs
Springdoc with multiple api-docs

Swagger url generated json is missing "securityschemes" component

Swagger URL Missing security Schemes Component A Common Issue and How to Fix It Problem You re working with a Swagger API documentation and trying to generate a

2 min read 05-10-2024 46
Swagger url generated json is missing "securityschemes" component
Swagger url generated json is missing "securityschemes" component

How to annotate DTO so that it shows up in SwaggerUI Schema?

Making Your DTOs Swagger Ready A Guide to Annotation Magic Swagger UI is a fantastic tool for visualizing and interacting with your APIs It provides a user frie

2 min read 05-10-2024 61
How to annotate DTO so that it shows up in SwaggerUI Schema?
How to annotate DTO so that it shows up in SwaggerUI Schema?

Include extra enum in openapi file generated by springdoc

Adding Extra Enums to Open API Files Generated by Springdoc The Problem You re using Springdoc to generate Open API documentation for your Spring Boot applicati

3 min read 05-10-2024 41
Include extra enum in openapi file generated by springdoc
Include extra enum in openapi file generated by springdoc

NoClassDefFoundError with Open API with Spring Boot 3

No Class Def Found Error A Spring Boot 3 Open API Headache and How to Fix It The Problem When Your Code Cant Find Its Way Home Imagine this You re building a ro

3 min read 05-10-2024 43
NoClassDefFoundError with Open API with Spring Boot 3
NoClassDefFoundError with Open API with Spring Boot 3

Springdoc OpenAPI Starter for Spring Boot results in whitelabel error page

Springdoc Open API Starter Troubleshooting Whitelabel Error Pages Problem You re integrating Springdoc Open API Starter into your Spring Boot application to gen

3 min read 05-10-2024 41
Springdoc OpenAPI Starter for Spring Boot results in whitelabel error page
Springdoc OpenAPI Starter for Spring Boot results in whitelabel error page

Having external Swagger JSON along with Springdoc-generated Swagger

Integrating External Swagger JSON with Springdoc Generated Swagger in Spring Applications In the world of API development documentation is key to ensuring that

3 min read 24-09-2024 55
Having external Swagger JSON along with Springdoc-generated Swagger
Having external Swagger JSON along with Springdoc-generated Swagger

Swagger-ui from springdoc-openapi-starter-webmvc-ui display wrong data, But online swagger editor is correct

Resolving Data Discrepancies in Swagger UI with Spring Doc Open API Starter for Web MVC If you re working on a Spring application and are using Spring Doc Open

2 min read 14-09-2024 51
Swagger-ui from springdoc-openapi-starter-webmvc-ui display wrong data, But online swagger editor is correct
Swagger-ui from springdoc-openapi-starter-webmvc-ui display wrong data, But online swagger editor is correct

How to fix the mixed content error in Swagger UI?

How to Fix the Mixed Content Error in Swagger UI Swagger UI is a powerful tool for documenting and testing APIs However you might encounter a frustrating Mixed

2 min read 03-09-2024 60
How to fix the mixed content error in Swagger UI?
How to fix the mixed content error in Swagger UI?

Customize generated schema names in SpringDoc

Customize Generated Schema Names in Spring Doc A Guide to Seamless API Integration Spring Doc is a powerful tool for generating Open API Swagger documentation f

2 min read 03-09-2024 54
Customize generated schema names in SpringDoc
Customize generated schema names in SpringDoc

Generate OpenAPI documentation at build/compile time in SpringBoot 3.x application

Generating Open API Documentation at Build Time in Spring Boot 3 x This article will discuss how to generate Open API documentation at build time in your Spring

2 min read 02-09-2024 75
Generate OpenAPI documentation at build/compile time in SpringBoot 3.x application
Generate OpenAPI documentation at build/compile time in SpringBoot 3.x application

Springdoc works with war but cannot start when embedded within an ear (Wildfly31 + JDK17)

Springdoc in Wildfly EAR A Guide to Troubleshooting Startup Issues This article delves into a common problem encountered when integrating Springdoc into a Wildf

2 min read 01-09-2024 45
Springdoc works with war but cannot start when embedded within an ear (Wildfly31 + JDK17)
Springdoc works with war but cannot start when embedded within an ear (Wildfly31 + JDK17)

Swagger springdoc-openapi-ui dependency throwing 'Not Found' error

Troubleshooting Not Found Error with Springdoc Open API UI in Spring 5 3 This article explores a common issue encountered when integrating Springdoc Open API UI

3 min read 01-09-2024 61
Swagger springdoc-openapi-ui dependency throwing 'Not Found' error
Swagger springdoc-openapi-ui dependency throwing 'Not Found' error

springdoc integration not working as expected for springboot

Troubleshooting Springdoc Integration Issues in Spring Boot Integrating Springdoc with your Spring Boot application is a great way to generate interactive API d

2 min read 30-08-2024 44
springdoc integration not working as expected for springboot
springdoc integration not working as expected for springboot

swagger schema oneOf not generationg Object and List

Understanding the one Of Schema in Swagger and Springdoc A Detailed Guide This article explores a common challenge faced by developers when using Swagger and Sp

2 min read 28-08-2024 52
swagger schema oneOf not generationg Object and List
swagger schema oneOf not generationg Object and List