gpt4 book ai didi

playframework-2.4 - Play 2.4 value routesImport 不是对象 play.Play.autoImport.PlayKeys 的成员

转载 作者:行者123 更新时间:2023-12-04 23:18:32 38 4
gpt4 key购买 nike

从 2.3 迁移到 2.4 后,我收到此错误。我应该使用的正确导入语句是什么?

error: value routesImport is not a member of object play.Play.autoImport.PlayKeys
PlayKeys.routesImport += "se.radley.plugin.salat.Binders._",

我有这些导入语句:
import sbt._
import Keys._
import play.Play.autoImport._
import PlayKeys._
import WebKeys._

最佳答案

应该是这样的:

import play.sbt.routes.RoutesKeys
...
RoutesKeys.routesImport += "se.radley.plugin.salat.Binders._"

关于playframework-2.4 - Play 2.4 value routesImport 不是对象 play.Play.autoImport.PlayKeys 的成员,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33900153/

38 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com