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 32abfbc commit cc2a9dcCopy full SHA for cc2a9dc
springdoc-openapi-webflux-core/src/test/java/test/org/springdoc/api/app63/toto/helloController2.java renamed to springdoc-openapi-webflux-core/src/test/java/test/org/springdoc/api/app63/toto/HelloController.java
@@ -22,7 +22,7 @@
22
import org.springframework.web.bind.annotation.RestController;
23
24
@RestController
25
-public class helloController2 {
+public class HelloController {
26
27
@GetMapping("/test1")
28
public void test1(String hello) {
0 commit comments