RestfulToolkit icon indicating copy to clipboard operation
RestfulToolkit copied to clipboard

springboot项目yaml中配置了server.servlet.context-path属性做全局url前缀,无法识别该前缀

Open Linfee opened this issue 5 years ago • 2 comments

springboot项目yaml中配置了

server:
  servlet:
    context-path: /foo

识别到的接口并不会含有 /foo 前缀

Linfee avatar May 08 '19 08:05 Linfee

类似的,多模块下port相同,好像也不识别server.port

ReZeroS avatar May 08 '19 09:05 ReZeroS

遇到同样的问题

xin-ji-an-2 avatar Dec 20 '19 10:12 xin-ji-an-2