Spring boot - flowable 6.4.2 data table create issue

中文
spring boot flowable 启动时, 关闭启动创建flowable的表。
我查看了database-schema-update 的配置 都没有相关配置关闭数据库表创建

English
When Spring Boot Flowable starts, close the table that created the flowable.

I have checked the database-schema-update configuration without any relevant configuration to turn off database table creation

Flowable always needs a relational database: either the schema is automatically created, or it’s manually created by executing the DDL scripts. But there is no way to run Flowable without a relational database.