0
我使用Spring Boot 1.3.3和swagger-springmvc:1.0.2。我將應用程序的基本路徑設置爲「/」。而揚鞭下自定義路徑Swagger資源
http://localhost:9000/swagger/index.html
加載我需要改變,但保持我爲「/」應用程序的根。我需要寫一個規則是這樣的:
- 如果有人打http://localhost:9000/SOMETHING/swagger/index.html,然後打開http://localhost:9000/swagger/index.html。
這可能嗎?