Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 425 Bytes

File metadata and controls

14 lines (8 loc) · 425 Bytes

springbootSwaggerMultiplePathExample

Steps to reproduce swagger behavior

./gradlew clean bootRun

open browser

localhost:8080/swagger-ui.html

hello-controller -> /hello -> "try it out"

There you can see, that you can set the variable without actually using it in the /hello route

swagger ui