当我在MySQL数据库上运行我的应用程序时,一切都按预期进行。
当我在Postgre数据库上尝试同样的操作时,它会出错...
以下是日志的输出。
https://gist.github.com/stelar7/f8414971e8ee130c977346c4baae9d7b
发布于 2016-05-26 09:36:33
在application.properties上添加spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect可以解决这个问题吗?
https://stackoverflow.com/questions/37447250
复制相似问题