File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
springdoc-openapi-webflux-core/src/test/java/test/org/springdoc/api/app79 Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 6868 <maven-release-plugin .version>2.5.3</maven-release-plugin .version>
6969 <nexus-staging-maven-plugin >1.6.8</nexus-staging-maven-plugin >
7070 <swagger-api .version>2.1.4</swagger-api .version>
71- <swagger-ui .version>3.32.1 </swagger-ui .version>
71+ <swagger-ui .version>3.32.3 </swagger-ui .version>
7272 <spring-security-oauth2 .version>2.3.8.RELEASE</spring-security-oauth2 .version>
7373 <classgraph .version>4.8.69</classgraph .version>
7474 <webjars-locator-core .version>0.45</webjars-locator-core .version>
Original file line number Diff line number Diff line change 22
33import java .util .List ;
44
5- import io .swagger .v3 .oas .annotations .Operation ;
65import reactor .core .publisher .Mono ;
76
87import org .springframework .http .ResponseEntity ;
98import org .springframework .web .bind .annotation .GetMapping ;
109
1110public abstract class BaseController <TClientModel extends BaseClientModel > {
12- @ Operation
1311 @ GetMapping ("/test1" )
1412 Mono <ResponseEntity <TClientModel >> get1 () {
1513 return null ;
1614 }
1715
18- @ Operation
1916 @ GetMapping ("/test2" )
2017 Mono <ResponseEntity <List <TClientModel >>> get2 () {
2118 return null ;
You can’t perform that action at this time.
0 commit comments