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.
9 lines
324 B
9 lines
324 B
9 months ago
|
mysql:
|
||
|
# 数据库信息
|
||
|
driverClassName: com.mysql.cj.jdbc.Driver
|
||
|
user: root
|
||
|
password: Password123@mysql
|
||
|
jdbcUrl : jdbc:mysql://10.10.14.203:3306/dataease?rewriteBatchedStatements=true&useUnicode=true&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
||
|
|
||
|
|