我有一个 lagom 项目,我正在使用外部 cassandra,所以实际问题是当我在本地使用沙箱在导体上运行我的项目时,它无法检测到在我的本地单独运行的 cassandra。
错误:找不到 Cassandra 联系点,原因是:[cas_native] 没有联系点
我的 build.sbt 包含
lagomCassandraEnabled in ThisBuild := false
lagomUnmanagedServices in ThisBuild := Map("cas_native" -> "http://localhost:9042")