block-identity-auth/front/src/main/resources/application-dev.yml
18796357645 867e86bd7b add
2025-05-20 00:33:42 +08:00

39 lines
1.1 KiB
YAML

spring:
servlet:
multipart:
max-file-size: 500MB
max-request-size: 500MB
datasource:
druid:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/block_auth?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true
username: root
password: 123456
initial-size: 10
max-active: 100
min-idle: 10
max-wait: 60000
pool-prepared-statements: true
max-pool-prepared-statement-per-connection-size: 20
time-between-eviction-runs-millis: 60000
min-evictable-idle-time-millis: 300000
test-while-idle: true
test-on-borrow: false
test-on-return: false
stat-view-servlet:
enabled: true
url-pattern: /druid/*
filter:
stat:
log-slow-sql: true
slow-sql-millis: 1000
merge-sql: false
wall:
config:
multi-statement-allow: true
web:
resources:
static-locations: "file:D:/2025/blockchain-certify/upload/"
upload:
path: D:\2025\blockchain-certify\upload
url: http://localhost:18081/