You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
715 B
20 lines
715 B
2 years ago
|
#自定义配置
|
||
|
demo:
|
||
|
name: demo-name
|
||
|
|
||
|
#放行配置
|
||
|
blade:
|
||
|
secure:
|
||
|
skip-url:
|
||
|
- /demo/**
|
||
|
datasource:
|
||
|
demo:
|
||
|
master:
|
||
|
url: jdbc:mysql://localhost:3306/bladex?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&allowMultiQueries=true&serverTimezone=GMT%2B8
|
||
|
username: root
|
||
|
password: root
|
||
|
slave:
|
||
|
url: jdbc:mysql://localhost:3306/bladex_slave?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&allowMultiQueries=true&serverTimezone=GMT%2B8
|
||
|
username: root
|
||
|
password: root
|