xiangpei
2025-02-26 a22c582a4867ee5a3f27e89da7d20fa52008b32c
start/src/main/resources/application-dev.yml
@@ -7,7 +7,7 @@
    # 版权年份
    copyrightYear: 2024
    # 文件路径 示例( Windows配置D:/projectManagement/uploadPath,Linux配置 /home/projectManagement/uploadPath)
    profile: D:/projectManagement/uploadPath
    profile: E:/ycl/file
    # 获取ip地址开关
    addressEnabled: false
    # 验证码类型 math 数字计算 char 字符验证
@@ -103,7 +103,7 @@
# 工作流 Flowable 配置,flowable完整的配置,参见:@see https://www.flowable.com/open-source/docs/bpmn/ch05a-Spring-Boot/#flowable-application-properties
flowable:
    database-schema-update: true  # 自动更新flowable表结构,第一次连接数据库时可以设置为true
    database-schema-update: false  # 自动更新flowable表结构,第一次连接数据库时可以设置为true
    #  # 关闭各个模块生成表,目前只使用工作流基础表
    idm:  # idm是flowable的身份管理模块:即用户、认证、权限等
        enabled: false