我有一个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