58 lines
1.7 KiB
YAML
58 lines
1.7 KiB
YAML
spring:
|
||
datasource:
|
||
type: com.alibaba.druid.pool.DruidDataSource
|
||
druid:
|
||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||
url: jdbc:mysql://8.134.76.66:3306/hb-iot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||
username: root
|
||
password: hbdbadmin@
|
||
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
|
||
#Oracle需要打开注释
|
||
#validation-query: SELECT 1 FROM DUAL
|
||
test-while-idle: true
|
||
test-on-borrow: false
|
||
test-on-return: false
|
||
stat-view-servlet:
|
||
enabled: true
|
||
url-pattern: /druid/*
|
||
#login-username: admin
|
||
#login-password: admin
|
||
filter:
|
||
stat:
|
||
log-slow-sql: true
|
||
slow-sql-millis: 1000
|
||
merge-sql: false
|
||
wall:
|
||
config:
|
||
multi-statement-allow: true
|
||
|
||
|
||
##多数据源的配置,需要引用hb-dynamic-datasource
|
||
#dynamic:
|
||
# datasource:
|
||
# slave1:
|
||
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||
# url: jdbc:sqlserver://localhost:1433;DatabaseName=hb_security
|
||
# username: sa
|
||
# password: 123456
|
||
# slave2:
|
||
# driver-class-name: org.postgresql.Driver
|
||
# url: jdbc:postgresql://localhost:5432/hb_security
|
||
# username: hb
|
||
# password: 123456
|
||
|
||
#ureport配置
|
||
ureport:
|
||
disableHttpSessionReportCache: false
|
||
disableFileProvider: false
|
||
fileStoreDir: D:/ureportfiles
|
||
# fileStoreDir: /mnt/soft/ureportfiles
|
||
debug: true
|