How to contribute modules in Play Framework 2.0?

后端 未结 4 918
独厮守ぢ
独厮守ぢ 2020-12-30 23:31

The original Play Framework 1.x had an elegant and simple module management system. Coupled with the Play repository, it was a great way to quickly enhance

4条回答
  •  既然无缘
    2020-12-30 23:53

    Quoting Guillaume Bort from the mailing list:

    modules are just standard subprojects.

    [...] now as everything is compiled, your module routes file must define its own route for controllers.Assets.at

    By the way, the route inclusion between modules is not ready yet. Will work on that soon.

提交回复
热议问题