| | |
| | | include-stacktrace: ALWAYS |
| | | include-message: ALWAYS |
| | | servlet: |
| | | context-path: |
| | | context-path: /jeecg-boot |
| | | compression: |
| | | enabled: true |
| | | min-response-size: 1024 |
| | |
| | | connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 |
| | | datasource: |
| | | master: |
| | | url: jdbc:sqlserver://192.168.124.118:1433;databasename=LXZN_TEST_HANGYU |
| | | url: jdbc:sqlserver://192.168.1.118:1433;databasename=LXZN_TEST_HANGYU;nullCatalogMeansCurrent=true |
| | | username: sa |
| | | password: 123 |
| | | driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | |
| | | database: 0 |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: 123456 |
| | | password: '123456' |
| | | flowable: |
| | | enable: true |
| | | #关闭定时任务JOB |
| | | async-executor-activate: false |
| | | database-schema-update: true |
| | | #activiti: |
| | | # enable: false # true 启用审批 false 不启用审批 |
| | | #mybatis plus 设置 |
| | | mybatis-plus: |
| | | mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml |
| | |
| | | url: http://localhost:8081/services/EquipmentService?wsdl |
| | | namespace: http://service.server.webservice.example.com |
| | | statusMethod: equipmentStatus |
| | | rateMethod: equipmentRate |
| | | rateMethod: equipmentRate |
| | | #文件上传目录(注意Linux和Windows上的目录结构不同) |
| | | #file.uploadFolder=/root/uploadFiles/ |
| | | #fileHomePath: ${UPLOAD_FOLDER:/jar/lxzn_storage} |
| | | #fileNCPath: ${NC_FOLDER:/jar/NC} # NC文件位置 |
| | | fileHomePath: ${UPLOAD_FOLDER:d://lxzn_storage} |
| | | fileNCPath: ${NC_FOLDER:D://NC} # NC文件位置 |
| | | ncSend: |
| | | addOrDelete: false #//是否删除seed 中的之前文件 |
| | | #staticAccessPath: /api/ffile/** # 当前项目的静态资源访问配置在nginx中 |
| | | #工控网/涉密网部署相关配置------------通过光盘摆渡 |
| | | deploy: |
| | | #工控网/涉密网部署 0为涉密网 1为工控网 |
| | | deployType: 0 |
| | | #涉密网传输nc文件夹 |
| | | secretFolder: D:\\hy_test\\a |
| | | #工控网监控nc文件夹 |
| | | workFolder: D:\\hy_test\\b |