123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- spring:
- datasource:
- type: com.alibaba.druid.pool.DruidDataSource
- driverClassName: com.mysql.cj.jdbc.Driver
- druid:
-
- master:
- url: jdbc:mysql://47.100.220.92:3306/warewms_dongfangtaiye?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
- username: warewms
- password: warewms123
-
- slave:
-
- enabled: false
- url:
- username:
- password:
-
- initialSize: 5
-
- minIdle: 10
-
- maxActive: 20
-
- maxWait: 60000
-
- timeBetweenEvictionRunsMillis: 60000
-
- minEvictableIdleTimeMillis: 300000
-
- maxEvictableIdleTimeMillis: 900000
-
- validationQuery: SELECT 1 FROM DUAL
- testWhileIdle: true
- testOnBorrow: false
- testOnReturn: false
- webStatFilter:
- enabled: true
- statViewServlet:
- enabled: true
-
- allow:
- url-pattern: /druid/*
-
- login-username: ruoyi
- login-password: 123456
- filter:
- stat:
- enabled: true
-
- log-slow-sql: true
- slow-sql-millis: 1000
- merge-sql: true
- wall:
- config:
- multi-statement-allow: true
- logging:
- config: classpath:logback-test.xml
- level:
- com.ruoyi: info
- org.springframework: info
- init-task:
- autosend: false
- aciservice: false
-
- plc:
- plcList[0]:
- ip: 192.68.100.101
- enable: false
- name: packingMachine_1Plc
- ePlcType: S1200
- heartbeat: DB5000.2
- confirmTheStatus:
- plcList[1]:
- ip: 192.68.100.102
- enable: false
- name: packingMachine_2Plc
- ePlcType: S1200
- heartbeat: DB5000.2
- confirmTheStatus:
- plcList[2]:
- ip: 192.68.100.103
- enable: false
- name: packingMachine_3Plc
- ePlcType: S1200
- heartbeat: DB5000.2
- confirmTheStatus:
- plcList[3]:
- ip: 192.68.100.104
- enable: false
- name: stackingMachinePlc
- ePlcType: S1200
- heartbeat: DB5000.2
- confirmTheStatus:
|