We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2a9dc commit 48886b4Copy full SHA for 48886b4
springdoc-openapi-webflux-core/src/test/java/test/org/springdoc/api/app63/toto/HelloController.java renamed to springdoc-openapi-webflux-core/src/test/java/test/org/springdoc/api/app63/toto/HelloController2.java
@@ -22,7 +22,7 @@
22
import org.springframework.web.bind.annotation.RestController;
23
24
@RestController
25
-public class HelloController {
+public class HelloController2 {
26
27
@GetMapping("/test1")
28
public void test1(String hello) {
0 commit comments