سؤال

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