2019-11-18 13:51:29 +08:00
|
|
|
#自定义配置
|
|
|
|
demo:
|
|
|
|
name: demo-name
|
|
|
|
|
|
|
|
#放行配置
|
|
|
|
blade:
|
|
|
|
secure:
|
|
|
|
skip-url:
|
|
|
|
- /demo/**
|
|
|
|
datasource:
|
|
|
|
demo:
|
|
|
|
master:
|
2021-11-05 01:17:34 +08:00
|
|
|
url: jdbc:mysql://localhost:3306/blade?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&allowMultiQueries=true&serverTimezone=GMT%2B8
|
2019-11-18 13:51:29 +08:00
|
|
|
username: root
|
|
|
|
password: root
|
|
|
|
slave:
|
2021-11-05 01:17:34 +08:00
|
|
|
url: jdbc:mysql://localhost:3306/blade_slave?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&allowMultiQueries=true&serverTimezone=GMT%2B8
|
2019-11-18 13:51:29 +08:00
|
|
|
username: root
|
|
|
|
password: root
|