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.
17 lines
468 B
17 lines
468 B
## db.setting文件
|
|
|
|
url = jdbc:mysql://8.135.8.221:3306/cloud-print-cloud-factory?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useTimezone=true&serverTimezone=GMT%2B8&useSSL=false
|
|
user = root
|
|
pass = qniaothreetwoonego
|
|
|
|
# 是否在日志中显示执行的SQL
|
|
showSql = true
|
|
|
|
# 是否格式化显示的SQL
|
|
formatSql = false
|
|
|
|
# 是否显示SQL参数
|
|
showParams = true
|
|
|
|
# 打印SQL的日志等级,默认debug,可以是info、warn、error
|
|
sqlLevel = debug
|