| | |
| | | max-request-size: 100MB |
| | | datasource: |
| | | # 东八区时区 |
| | | url: jdbc:mysql://127.0.0.1:3306/all_trading_order?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&serverTimezone=Europe/Paris&useLegacyDatetimeCode=false |
| | | url: jdbc:mysql://127.0.0.1:3306/all_trading_order?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=America/New_York&nullCatalogMeansCurrent=true |
| | | username: all_trading_order |
| | | password: yYkDr5JJndEZtGCe |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | druid: |
| | | # 配置初始化大小/最小/最大 |
| | | initial-size: 20 |
| | | initial-size: 50 |
| | | # 最小连接池数量 |
| | | min-idle: 20 |
| | | min-idle: 50 |
| | | # 最大连接池数量 |
| | | max-active: 50 |
| | | max-active: 400 |
| | | # 获取连接时最大等待时间,单位毫秒。 |
| | | # 配置了maxWait之后,缺省启用公平锁,并发效率会有所下降,如果需要可以通过配置useUnfairLock属性为true使用非公平锁。 |
| | | max-wait: 6000 |
| | | max-wait: 10000 |
| | | # 间隔多久进行一次检测,检测需要关闭的空闲连接 |
| | | time-between-eviction-runs-millis: 60000 |
| | | # 配置一个连接在连接池中的最小生存时间,单位毫秒。(连接保持空闲而不被驱逐的最小时间) |
| | |
| | | images.dir: /www/wwwroot/alljys/img |
| | | admin_url: https://localhost:8080/admin |
| | | web_url: http://localhost:8080/wap/ |
| | | images_http: https://allimg.sc-easy.org/ |
| | | images_http: https://allimg.sc-easy.com/ |
| | | email: |
| | | host: smtp.gmail.com |
| | | username: coinzne.com@gmail.com |