我正在使用MySql和Play-1.2.5,我在application.conf中使用以下行链接了两者,
# If you need a full JDBC configuration use the following :
db.default.driver=com.mysql.jdbc.Driver
db.default.user="root"
db.default.password="pass"
db.default.url="mysql://localhost:3306/sample"
AFAIK,如果我错了,请纠正我,Play-1.2.5没有提供链接和查询数据库的任何文档。
现在,
提前致谢..
答案 0 :(得分:0)
有很多关于这个主题的文档和教程 MySQL与JPA一起开箱即用 对于morphia和MongoDB,您可能想要使用模块。
http://www.playframework.com/documentation/1.2.7/jpa
http://www.playframework.com/documentation/1.2.7/guide2
http://mangstacular.blogspot.com/2011/09/play-framework-part-2-database.html
http://www.playframework.com/modules/morphia
http://www.playframework.com/modules/morphia