xiangpei
2025-07-15 37325b5b629a296230e87d41187742f843c7494c
start/src/main/resources/application-dev.yml
@@ -1,3 +1,19 @@
# 项目相关配置
ycl:
    # 名称
    name: projectManagement
    # 版本
    version: 1.0.0
    # 版权年份
    copyrightYear: 2024
    # 文件路径 示例( Windows配置D:/projectManagement/uploadPath,Linux配置 /home/projectManagement/uploadPath)
    profile: E:/ycl/file
    # 获取ip地址开关
    addressEnabled: false
    # 验证码类型 math 数字计算 char 字符验证
    captchaType: math
# 数据源配置
spring:
    # redis 配置
@@ -29,7 +45,7 @@
            # 主库数据源
            master:
#                url: jdbc:mysql://42.193.1.25:3306/project_management?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
                url: jdbc:mysql://42.193.1.25:3306/project_management?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
                url: jdbc:mysql://42.193.1.25:3306/project_management_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowMultiQueries=true
                username: root
                password: 321$YcYl@1970!
            # 从库数据源
@@ -82,3 +98,22 @@
                wall:
                    config:
                        multi-statement-allow: true
# 工作流 Flowable 配置,flowable完整的配置,参见:@see https://www.flowable.com/open-source/docs/bpmn/ch05a-Spring-Boot/#flowable-application-properties
flowable:
    database-schema-update: false  # 自动更新flowable表结构,第一次连接数据库时可以设置为true
    #  # 关闭各个模块生成表,目前只使用工作流基础表
    idm:  # idm是flowable的身份管理模块:即用户、认证、权限等
        enabled: false
#  cmmn: # cmmn是flowable的案例管理模块,体现在flowable-ui中的:流程建模器、UI,@see https://www.flowable.com/open-source/docs/cmmn/ch06-cmmn
#    enabled: true
#  dmn: # dmn是flowable的决策模型,体现在flowable-ui中的决策表  @see https://www.flowable.com/open-source/docs/dmn/ch06-DMN-Introduction
#    enabled: false
#  app: # app的功能是为flowable在spring中高效运行而提供了很多bean,与flowable本身的内容无关
#    enabled: true
#  check-process-definitions: true
# 用于替换动态表单的文件上传ip(更换服务器ip没调整)
targetIp: 119.6.246.90