您好,当我尝试保存模型对象时出现上述错误。以下是我的 Application.conf 文件的相关部分:
# Database configuration
# ~~~~~
# You can declare as many datasources as you want.
# By convention, the default datasource is named `default`
#
db.default.driver=org.h2.Driver
db.default.url="jdbc:h2:mem:play"
db.default.user=sa
db.default.password=""
# Ebean configuration
# ~~~~~
# You can declare as many Ebean servers as you want.
# By convention, the default server is named `default`
#
ebean.default="models.*"
# ebean.datasource.default=DefaultDS
我自己添加了最后一行,但出于此目的将其注释掉,因为我不知道它是否正确。
我知道这个答案,但我没有找到特别清楚的答案(我是否使用 JNDI,如果我要覆盖前缀,我要覆盖它什么?)
任何帮助或指示都会很棒。我在 Ubuntu 上。