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.
15 lines
424 B
15 lines
424 B
#服务器端口 |
|
server: |
|
port: 8501 |
|
|
|
#数据源配置 |
|
spring: |
|
datasource: |
|
url: jdbc:mysql://localhost:3306/seata_order?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
|
|
|