You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
457 B
YAML
12 lines
457 B
YAML
2 years ago
|
spring:
|
||
|
datasource:
|
||
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||
|
url: jdbc:mysql://192.168.0.66:3364/udi_wms?allowMultiQueries=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
||
|
username: root
|
||
|
password: Glxp@6066
|
||
|
hikari:
|
||
|
connection-timeout: 60000
|
||
|
maximum-pool-size: 60
|
||
|
minimum-idle: 10
|
||
|
|
||
|
UDIWMS_IP: http://127.0.0.1:9991
|