| | |
| | | server: |
| | | port: 6099 |
| | | port: 9999 |
| | | tomcat: |
| | | max-swallow-size: -1 |
| | | error: |
| | |
| | | connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 |
| | | datasource: |
| | | master: |
| | | url: jdbc:sqlserver://localhost:1433;databasename=LXZN_TEST_COMMON |
| | | url: jdbc:sqlserver://192.168.4.21:1433;databasename=LXZN_MDC_WK |
| | | username: sa |
| | | password: 123 |
| | | password: Lxzn1688 |
| | | driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | #redis 配置 |
| | | redis: |
| | |
| | | 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中 |