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.
在以前的版本中,Play 框架的分发包含一个文档目录,并且所有材料都可以在浏览器中通过端口 9000 访问,只要启动一个播放应用程序。
在哪里可以找到不再提供此功能的 2.2.0 版的文档?
It's still on its place: http://localhost:9000/@documentation just make sure that you're running your app in dev mode with ie.: play run command.
http://localhost:9000/@documentation
play run