加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
seckill-server.yml 771 Bytes
一键复制 编辑 原始数据 按行查看 历史
shenshen 提交于 2020-02-17 21:02 . add seckill-server.yml.
spring:
datasource:
url: jdbc:mysql://localhost:3306/wolfcode_seckill?serverTimezone=UTC
driverClassName: com.mysql.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
username: root
password: admin
filters: stat
maxActive: 1000
initialSize: 100
maxWait: 60000
minIdle: 500
timeBetweenEvictionRunsMillis: 60000
minEvictableIdleTimeMillis: 300000
testOnBorrow: false
testOnReturn: false
testWhileIdle: true
poolPreparedStatements: true
maxOpenPreparedStatements: 20
validationQuery: select 'x'
mybatis:
configuration:
default-fetch-size: 100
default-statement-timeout: 3000
map-underscore-to-camel-case: true
server:
port: 7003
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化