Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 496 Bytes

File metadata and controls

12 lines (9 loc) · 496 Bytes

Codegen Demo

Demonstrating of code generation

EN | RU

This application is an example of the implementation of automatic generation of Spring WebClient based on existing @RestController.

The multi-module application consists of two modules:

Module client

Generated clients that can later be connected as SDK in other services for integration with this service.

Module service

Contains @RestController, DTOs, etc.