为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:Dm8JdbcDriver18 8.1.1.49 flowable 6.4.1
【操作系统】:window11
【CPU】:
【问题描述】*:flowable集成达梦数据库时,启动报错
Error creating bean with name 'flowableAppEngine': FactoryBean threw exception on object creation; nested exception is org.flowable.common.engine.api.FlowableWrongDbException: version mismatch: library version is '6.4.1.3', db version is null Hint: Set <property name="databaseSchemaUpdate" to value="true" or value="create-drop" (use create-drop for testing only!) in bean processEngineConfiguration in flowable.cfg.xml for automatic schema creation
配置
flowable:
database-schema-update: false
check-process-definitions: false
#关闭定时任务JOB
async-executor-activate: false
先调整下驱动版本
<dependency> <groupId>com.dameng</groupId> <artifactId>DmJdbcDriver18</artifactId> <version>8.1.2.141</version> </dependency> ```xml