4.6.0bladex-boot启动差表act_ge_property

Blade 未结 1 114
小白xxx
小白xxx 剑侠 2025-08-11 16:55

一、该问题的重现步骤是什么?

1. 搭建4.6.0的bladex-boot的框架

2. 数据库中跑了bladex.mysql.all.create.sql文件

3.启动报错


二、你期待的结果是什么?实际看到的又是什么?

哪里还有建表语句吗。

我看这个表好像和流程相关,我这个项目用不上流程,让它启动不检测这个表 不报错也行


三、你正在使用的是什么产品,什么版本?在什么操作系统上?


四、请提供详细的错误堆栈信息,这很重要。

Caused by: org.apache.ibatis.exceptions.PersistenceException: 

### Error querying database.  Cause: java.sql.SQLSyntaxErrorException: Table 'electric_drive.act_ge_property' doesn't exist

### The error may exist in org/flowable/common/db/mapping/entity/Property.xml

### The error may involve defaultParameterMap

### The error occurred while setting parameters

### SQL: select VALUE_ from ACT_GE_PROPERTY where NAME_ = 'schema.version'

### Cause: java.sql.SQLSyntaxErrorException: Table 'electric_drive.act_ge_property' doesn't exist

at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30)

at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:156)

at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)




五、若有更多详细信息,请在下面提供。

1条回答
提交回复