feat:配置修改

This commit is contained in:
xiang
2026-03-22 10:20:18 +08:00
parent 6ebdec199b
commit cb9ddf4681
7 changed files with 28 additions and 173 deletions

View File

@@ -11,6 +11,16 @@ spring:
main:
allow-bean-definition-overriding: true
headless: true
cloud:
loadbalancer:
retry:
enabled: false
cache:
enabled: true
cache:
type: caffeine
caffeine:
spec: initialCapacity=100,maximumSize=1000,expireAfterWrite=30s
mybatis:
mapper-locations:
@@ -21,4 +31,11 @@ pagehelper:
helperDialect: mysql
reasonable: true
support-methods-arguments: true
params: count=countSql
params: count=countSql
feign:
client:
config:
default:
connectTimeout: 1000
readTimeout: 3000