I want to connect postgresql with play framework application. please any one help me to configure. what i should do in application.conf.

有帮助吗?

解决方案

Just add a data source:

db.driver=org.postgresql.Driver
db.url=jdbc:postgresql:database_name

References:

http://www.playframework.com/documentation/1.2.5/configuration

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top