我正在尝试使用 springmvc-router ( https://github.com/resthub/springmvc-router ),因为我无法在我当前的项目中使用 play 并且希望更好地组织路线。
我确实有几个问题:
Play 支持静态内容路由使用
staticDir
-staticFile
使用 springmvc-router 时有什么替代方案?我正在使用 Spring 数据 JPA REST 存储库,并试图弄清楚它们应该如何映射以替换
@RestResource(path = "roles", rel = "roles")
存储库上的注释。
有人有想法吗?
谢谢,-N