16 lines
426 B
YAML
16 lines
426 B
YAML
|
|
#服务器端口
|
||
|
|
server:
|
||
|
|
port: 8502
|
||
|
|
|
||
|
|
#数据源配置
|
||
|
|
spring:
|
||
|
|
datasource:
|
||
|
|
url: jdbc:mysql://localhost:3306/seata_storage?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
|
||
|
|
username: root
|
||
|
|
password: root
|
||
|
|
|
||
|
|
#常规配置
|
||
|
|
blade:
|
||
|
|
mybatis-plus:
|
||
|
|
tenant-mode: false
|