14 lines
313 B
YAML
14 lines
313 B
YAML
|
|
spring:
|
||
|
|
datasource:
|
||
|
|
url: jdbc:mysql://localhost:3306/bim_dev?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
||
|
|
username: root
|
||
|
|
password: root
|
||
|
|
data:
|
||
|
|
redis:
|
||
|
|
host: localhost
|
||
|
|
port: 6379
|
||
|
|
database: 0
|
||
|
|
|
||
|
|
third-party:
|
||
|
|
api:
|
||
|
|
base-url: https://uat-xmgl.ccccltd.cn/a
|