我在play框架中以测试模式运行时发现了几个问题。
修改application.conf以启用测试数据库后,如果没有创建测试数据库,它会自动选择dev数据库,我不知道这是否正确。
我无法将evolutions应用于测试数据库。 我如何专门将evolutions应用于测试数据库,因为我在开始使用dev数据库后很长时间创建了测试数据库。
以下是application.conf的内容
%test.application.mode=dev<br/>
%test.db.url=postgres://postgres:Passw0rd@localhost/dashboard_test<br/>
%test.jpa.ddl=create-drop
答案 0 :(得分:3)
这是命令
play evolutions:apply --%test