异常:Caused by:java.net.ConnectException:Connection refused: connect

今天刚开了一个工作流的项目,创建工作流的23张表时遇到异常:Caused by:java.net.ConnectException:Connection refused: connect

纠结了一下,发现错误的原因竟然是:

没有setJdbcDriver造成的。补充:

processEngineConfiguration.setJdbcDriver("com.mysql.jdbc.Driver");


看到这样的异常,应该首先反应数据库链接参数配置错误的。

猜你喜欢

转载自blog.csdn.net/hebeiuniversityof/article/details/78196794