Context Path with Webflux

后端 未结 9 1194
借酒劲吻你
借酒劲吻你 2021-02-07 18:52

I\'ve been trying to find a way to set the context path for a webflux application. I know I can configure it using

server.servlet.context-path

9条回答
  •  渐次进展
    2021-02-07 19:23

    If you are configuring yourself the server (if you’re not using Spring Boot), you can setup a ContextPathCompositeHandler that wraps several handlers itself.

    If you are using Spring Boot, this feature is not supported currently.

提交回复
热议问题