hank-cp / sbp

Plugin framework for Spring Boot based on pf4j.
Apache License 2.0
205 stars 67 forks source link

插件如何携带统一路径前缀 #45

Closed shaohuzhang1 closed 5 months ago

shaohuzhang1 commented 8 months ago

例如 我插件plugins-a 我想他的所有接口都是以/plugins-a开头 但是我并不想在每个controller里面都写/plugins-a/xxx/xxx

hank-cp commented 6 months ago

理论上讲应该是可以, 但是会涉及到比较多对Spring Mvc/Flux底层的扩展和改动. 目前没有计划实现这个特性. 欢迎提交PR🙂