Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
列出 Ratpack 中所有端点的最简单方法是什么? 我的应用程序包含很多模块,因此简单地扫描 Ratpack.groovy 并不是一个好的解决方案。是否有任何现有工具可以显示正在运行的应用程序的所有公开端点?
所有路由都是惰性生成的;从我所看到的一切来看,没有办法做到这一点。早在 3 月 10 日,在 ratpack slack 频道上就尝试这样做以生成招摇文档,这是共识。在 github上还有一个 issue没有引起任何关于做 swagger generation 的关注。