1 Star 0 Fork 0

fanjialong/shop-cloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
seckill-server.yml 928 Bytes
一键复制 编辑 原始数据 按行查看 历史
fanjialong 提交于 2020-08-14 15:39 . update seckill-server.yml.
server:
port: 8092
feign:
hystrix:
enabled: true
client:
config:
default:
connectTimeout: 5000
readTimeout: 5000
spring:
datasource:
url: jdbc:mysql://localhost:3306/wolfcode_seckill?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fanjialong/shop-cloud.git
git@gitee.com:fanjialong/shop-cloud.git
fanjialong
shop-cloud
shop-cloud
master

搜索帮助