【发布时间】:2019-06-16 14:39:54
【问题描述】:
从https://github.com/playframework/play-socket.io/tree/master/samples/scala/chat创建项目并得到编译错误
overriding method applicationLifecycle in trait MyApplication of type => play.api.inject.DefaultApplicationLifecycle;
lazy value applicationLifecycle in class BuiltInComponentsFromContext of type play.api.inject.ApplicationLifecycle has incompatible type
试用 Play 2.6.23 和 2.7.2
【问题讨论】:
标签: scala playframework