解决报错:Cause: java.sql.SQLSyntaxErrorException: Table ‘myactiviti.act_ge_property‘ doesn‘t exist

  • Post author:
  • Post category:java


解决办法:



1.yml 配置时

配置mysql连接时加上:nullCatalogMeansCurrent=true

 url: jdbc:mysql://localhost:3306/myActiviti?useUnicode=true&characterEncoding=utf8&nullCatalogMeansCurrent=true&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC

参考链接:

https://blog.csdn.net/weixin_43770545/article/details/101197861



版权声明:本文为qq_25983579原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。