update 优化xxl-job-admin相关pr代码 增加格式化日志输出与docker镜像

This commit is contained in:
疯狂的狮子li
2021-10-20 13:07:16 +08:00
parent 2b0452207e
commit 82f1f5d0cf
7 changed files with 59 additions and 27 deletions

View File

@ -2,9 +2,6 @@
# XXL-JOB v2.3.0
# Copyright (c) 2015-present, xuxueli.
CREATE database if NOT EXISTS `xxl_job` default character set utf8mb4 collate utf8mb4_unicode_ci;
use `xxl_job`;
SET NAMES utf8mb4;
CREATE TABLE `xxl_job_info` (