Spring具有控制器的多个RequestMapping路径的概念。我无法看到与大气相似的方法。
我们喜欢这样的东西:
@ManagedService(path={"/api/subscribe/{id}", "/another/api/{id}"})
有解决方法吗?我们使用的是Spring 3.2.4.RELEASE,Atmosphere 2.2.2。
答案 0 :(得分:0)
在此处提交https://github.com/Atmosphere/atmosphere/issues增强功能,非常容易实现。
- Jeanfrancois(Atmosphere'领导)