Open Api Generator For SpringBoot 3 | Generate Server Code Using OpenAPI Generator In SpringBoot

Поділитися
Вставка
  • Опубліковано 14 гру 2024

КОМЕНТАРІ • 8

  • @karthikBethi
    @karthikBethi  10 місяців тому +1

    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

  • @陈帅-x1j
    @陈帅-x1j 4 місяці тому

    How does it support Unified Response Body implemented by ResponseBodyAdvice interface which contains 'statusCode' and 'data'? The latter contains the real response data.

  • @nileshdivekar3127
    @nileshdivekar3127 2 місяці тому

    Is there a way to generate @JsonSubtype from oneOf element in openapi spec?

  • @electroware9390
    @electroware9390 Рік тому

    So what the difference between a restful Api with controlr and auto generated controller, which best practice to use on

    • @karthikBethi
      @karthikBethi  Рік тому +1

      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.

  • @gallardofabian
    @gallardofabian 6 місяців тому

    Hi, how I can generate the clients? I will need another pluggin?