You've already forked DataMate
[Feature] Refactor project to use 'datamate' naming convention for services and configurations (#14)
* Enhance CleaningTaskService to track cleaning process progress and update ExecutorType to DATAMATE * Refactor project to use 'datamate' naming convention for services and configurations
This commit is contained in:
@@ -5,6 +5,7 @@ character-set-server = utf8mb4
|
||||
collation-server = utf8mb4_unicode_ci
|
||||
# 或者使用 utf8_general_ci (性能稍好,但排序规则稍宽松)
|
||||
default-time-zone = 'Asia/Shanghai'
|
||||
log_error=/var/log/datamate/database/error.log
|
||||
|
||||
[client]
|
||||
# 设置客户端连接默认字符集
|
||||
@@ -12,4 +13,4 @@ default-character-set = utf8mb4
|
||||
|
||||
[mysql]
|
||||
# 设置 mysql 命令行客户端默认字符集
|
||||
default-character-set = utf8mb4
|
||||
default-character-set = utf8mb4
|
||||
|
||||
Reference in New Issue
Block a user