springdoc-openapi icon indicating copy to clipboard operation
springdoc-openapi copied to clipboard

Support processing `@HttpExchange` based annotations

Open DanielLiu1123 opened this issue 2 years ago • 1 comments

From Spring 6.1.0 (Spring Boot 3.2.0), @HttpExchange has supported for server side handling, see https://github.com/spring-projects/spring-framework/issues/30913.

springdoc should support processing @HttpExchange based annotations (eg. @GetExchange, @PostExchange).

DanielLiu1123 avatar Nov 27 '23 03:11 DanielLiu1123

Is there a plan to implement this feature?

YoungTakhin avatar May 19 '24 11:05 YoungTakhin