Closed ishwarps closed 7 years ago
I have successfully tested with auto reconfiguration with postgresql 9.5. Its giving above error in postgresql 9.3. is there bugs?
As the auto-reconfiguration support has lagged for Play releases without any real request for keeping up with it, the forth coming 2.x line will drop all support for Play auto-reconfiguration.
Hi, I am developing the sample play application in play framework 2.3. I have successfully use the auto-configuration features with mysql but when i am using the similar code with postgresql its giving me the following error.
This is my applicaiton.conf file.
This is my build.sbt
This is my plugin.sbt
This is my manifest file:
I have attached here starting log.
buildpack-logs.txt
Thanks in advanced.