我正在Google应用引擎上部署我的项目,这个项目也有一个SQL实例。
但是,当我尝试运行代码时,当我尝试加载类
时,我得到ClassNotFoundExceptionClass.forName("com.mysql.jdbc.GoogleDriver");
我按照此处提供的所有文档https://cloud.google.com/appengine/docs/standard/java/cloud-sql/
并且还看了这个解决方案
ClassNotFoundException: com.mysql.jdbc.GoogleDriver
我的appengine-web.xml有条目 -
<use-google-connector-j>true</use-google-connector-j>
我知道哪里出错了?