1. 首页
  2. 考试认证
  3. 其它
  4. AkkaGuice Playframework的Akka Guice集成

AkkaGuice Playframework的Akka Guice集成

上传者: 2024-10-10 20:48:29上传 ZIP文件 60.82KB 热度 1次
Akka Guice集成安装将以下内容添加到您的build.sbt: resolvers += " release repository " at " http://chanan.github.io/maven-repo/releases/ " resolvers += " snapshot repository " at " http://chanan.github.io/maven-repo/snapshots/ "添加到您的库依赖项: " akkaguice " %% " akkaguice " % " 0.8.3 "初始化首先,创建或编辑conf/play.plugins。添加行(插件前面的数字是您播放应用程序内的加载顺序): 10000:akkaGuice.AkkaGuicePlugin在Global.java中使用AkkaGuiceModu
用户评论