Closed
Description
ENV: spring-booot 3.1.1
- If both of
server.servlet.context-path
andspring.mvc.servlet.path
are config to/
,/swagger-ui.html
would be rediredted to//swagger-ui/index.html
, and then Browsers explains it tohttp://swagger-ui/index.html
To Reproduce
server:
servlet:
context-path: /
spring:
mvc:
servlet:
path: /
Metadata
Metadata
Assignees
Labels
No labels