문제

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