In my last recent article we tried out a Spring Boot Open API 3-enabled REST project and explored some of its capabilities namely:

  • Automatic JSR-303 related swagger documentation.
  • How maven builds properties could be shown as project information in the swagger documentation.

In this continuation we will explore two additional Objectives namely:

  • Rendering Fully Qualified names in the generated swagger documentation.
  • Global Exception Handling Using Controller Advice and its related swagger documentation.

We are going to refer to https://spring.io/guides/gs/rest-service/ and https://springdoc.org/ like last time.

#java #tutorial #spring boot #rest api #swagger #openapi

Doing More With Springdoc-OpenAPI
5.10 GEEK