Open Api Configuration in SpringBoot - ua-cam.com/video/nwjbIvzI5HQ/v-deo.html Spring boot tutorials in telugu ua-cam.com/play/PLGm6I-GQa8ioAT9H8y4qckElo8Dyq23IS.html
How does it support Unified Response Body implemented by ResponseBodyAdvice interface which contains 'statusCode' and 'data'? The latter contains the real response data.
It will only generate controller, model classes for u. U can eliminate them as part of unit testing since generated once available in target folder. Less classes to do unit testing.Low maintaince on server as you are commiting. Also system generated is better thean human written.
Open Api Configuration in SpringBoot - ua-cam.com/video/nwjbIvzI5HQ/v-deo.html
Spring boot tutorials in telugu
ua-cam.com/play/PLGm6I-GQa8ioAT9H8y4qckElo8Dyq23IS.html
How does it support Unified Response Body implemented by ResponseBodyAdvice interface which contains 'statusCode' and 'data'? The latter contains the real response data.
Is there a way to generate @JsonSubtype from oneOf element in openapi spec?
So what the difference between a restful Api with controlr and auto generated controller, which best practice to use on
It will only generate controller, model classes for u. U can eliminate them as part of unit testing since generated once available in target folder. Less classes to do unit testing.Low maintaince on server as you are commiting. Also system generated is better thean human written.
Hi, how I can generate the clients? I will need another pluggin?