在Google App Engine上部署的Spring Boot-无法连接到Google Cloud SQL数据库

时间:2018-10-11 17:38:31

标签: spring-boot google-cloud-platform google-cloud-sql

我有一个Spring Boot应用程序,可以将其部署到Google App Engine标准环境。我想连接到Google Cloud SQL数据库。但是,当我部署应用程序并运行示例URL / users时,出现服务器错误。在Google日志中,我看到了如下所示的异常。我的资源在GitHub上,请参见https://github.com/mhdirkse/time-writer

编辑:我通过修改asc_paths = list.files(pattern = "^asc") asc = lapply(asc_paths, read.table) 解决了此问题。我从asc更新了驱动程序。现在,我有:application.properties作为新驱动程序。

这里是例外:

com.mysql.jdbc.Driver

以诚挚的问候,

Martijn Dirkse

0 个答案:

没有答案