Merge remote-tracking branch 'origin/master'
| | |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: |
| | | flowable: |
| | | enable: false |
| | | #关闭定时任务JOB |
| | | async-executor-activate: false |
| | | database-schema-update: true |
| | | #mybatis plus 设置 |
| | | mybatis-plus: |
| | | mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml |
| | |
| | | client-id: ?? |
| | | # appSecret |
| | | client-secret: ?? |
| | | agent-id: ?? |
| | | agent-id: ?? |
| | | fileHomePath: ${UPLOAD_FOLDER:d://lxzn_storage} |
| | | fileNCPath: ${NC_FOLDER:D://NC} # NC文件位置 |
| | | ncSend: |
| | | addOrDelete: false #//是否删除seed 中的之前文件 |
| | | #staticAccessPath: /api/ffile/** # 当前项目的静态资源访问配置在nginx中 |