spring: datasource: test-while-idle: true test-on-borrow: true validation-query: SELECT 1 FROM DUAL time-between-eviction-runs-millis: 300000 min-evictable-idle-time-millis: 1800000 master: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://192.168.50.209:3306/USERDB?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&autoReconnect=true username: root password: root slaver: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://192.168.50.209:3306/ATSTXDB?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&autoReconnect=true username: root password: root server: port: 80 logging: config: classpath:logback-spring.xml path: /home/webapp/logs/ecagw/log level: root: info pagehelper: helperDialect: mysql reasonable: true supportMethodsArguments: true params: count=countSql