server: port: 9051 tomcat: uri-encoding: UTF-8 spring: http: encoding: charset: UTF-8 force: true enabled: true profiles: active: dev application: name: wios main: allow-bean-definition-overriding: true datasource: type: com.alibaba.druid.pool.DruidDataSource url: ${mysql.url} username: ${mysql.username} password: ${mysql.password} initialSize: 5 minIdle: 5 maxActive: 20 maxWait: 60000 timeBetweenEvictionRunsMillis: 60000 minEvictableIdleTimeMillis: 300000 validationQuery: SELECT 'x' queryTimeout: 5 testWhileIdle: true testOnBorrow: false testOnReturn: false # filters: stat,wall poolPreparedStatements: true maxPoolPreparedStatementPerConnectionSize: 20 logSlowSql: true connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=500 proxyFilters: '#{@catDataSourceFilter}' mybatis: mapper-locations: classpath*:com/**/mappers/**/*.xml plugins: '#{@maybatisPlugin}' configuration: map-underscore-to-camel-case: true support: limit: pageSize: 10 filestore: enable: suffix: true auth: token: validSeconds: 900 minaValidSeconds: 86400 ignoreUrls: /account/login,/account/logout,/mts/*,/enum/get,/export.do,/import.do,/api/account/sendCaptcha,/api/account/updatePasswodByCaptcha,/api/sap/materials/add ignoreUrlPath: /ignore api: v2: compatible: true log: false womc: flowUrl: http://cams-wios-test-v2.camsnetec.com orderUrl: http://cams-wios-test-v2.camsnetec.com