Update application-sim.yml
This commit is contained in:
@ -35,11 +35,13 @@ spring:
|
|||||||
|
|
||||||
shardingsphere:
|
shardingsphere:
|
||||||
datasource:
|
datasource:
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
names: ds0
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
ds0:
|
||||||
username: mall
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
password: unicom
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://10.125.160.37:3306/ebtp_mall_extend?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
username: mall
|
||||||
|
password: unicom
|
||||||
|
url: jdbc:mysql://10.125.160.37:3306/ebtp_mall_extend?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
||||||
|
|
||||||
jackson:
|
jackson:
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
|
Reference in New Issue
Block a user