justin cater
Posts: 19616
Nickname: justin78
Registered: Mar, 2011
|
Justin Cater is executive editor at Java Code Geeks
|
|
|
|
Integrating Swagger with Spring Boot REST API
|
Posted: Sep 12, 2017 7:51 AM
|
|
In the last post, I talked about my experience with creating RESTFul Services using Spring Boot. When creating a REST API, proper documentation is a mandatory part of it. What is Swagger? Swagger(Swagger 2) is a specification for describing and documenting a REST API. It specifies the format of the REST web services including URL, Resources, ...
Read: Integrating Swagger with Spring Boot REST API
|
|