我正在尝试将样本'computer-database-jpa'连接到postgres,但我不能. https://github.com/playframework/playframework/tree/master/samples/java/computer-database-jpa 你能帮帮我吗?
我的步骤:
添加到application.conf:
db.default.driver=org.postgresql.Driver
db.default.url=" jdbc:postgresql://localhost:5432/teste "
db.default.user="postgres"
db.default.password="postgre"
Run Code Online (Sandbox Code Playgroud)结果: 浏览器消息:找不到驱动程序:[org.postgresql.Driver]
问题出在哪儿 ?