上传文件至 sql脚本

This commit is contained in:
wol 2025-01-12 23:43:56 +08:00
parent e4d2affa2c
commit 2cb02bc4c7
4 changed files with 2222 additions and 0 deletions

File diff suppressed because it is too large Load Diff

233
sql脚本/jzo2o-trade.sql Normal file

File diff suppressed because one or more lines are too long

493
sql脚本/nacos-1.4.1.sql Normal file
View File

@ -0,0 +1,493 @@
-- MySQL dump 10.13 Distrib 8.0.31, for Win64 (x86_64)
--
-- Host: 192.168.101.68 Database: nacos-1.4.1
-- ------------------------------------------------------
-- Server version 8.0.26
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Current Database: `nacos-1.4.1`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `nacos-1.4.1` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;
USE `nacos-1.4.1`;
--
-- Table structure for table `config_info`
--
DROP TABLE IF EXISTS `config_info`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `config_info` (
`id` bigint NOT NULL AUTO_INCREMENT COMMENT 'id',
`data_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'data_id',
`group_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
`content` longtext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'content',
`md5` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'md5',
`gmt_create` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`gmt_modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '修改时间',
`src_user` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'source user',
`src_ip` varchar(50) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'source ip',
`app_name` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
`tenant_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT '' COMMENT '租户字段',
`c_desc` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
`c_use` varchar(64) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
`effect` varchar(64) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
`type` varchar(64) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
`c_schema` text CHARACTER SET utf8 COLLATE utf8_bin,
PRIMARY KEY (`id`) USING BTREE,
UNIQUE KEY `uk_configinfo_datagrouptenant` (`data_id`,`group_id`,`tenant_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=224 DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='config_info';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `config_info`
--
LOCK TABLES `config_info` WRITE;
/*!40000 ALTER TABLE `config_info` DISABLE KEYS */;
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (1,'mp-config.properties','xc-group','#驼峰下划线转换\r\nmybatis-plus.global-config.db-column-underline = true\r\n#实体扫描多个package用逗号或者分号分隔\r\nmybatis-plus.typeAliasesPackage = com.xuecheng.*.entity\r\n#字段策略 0:\"忽略判断\",1:\"非 NULL 判断\"),2:\"非空判断\"\r\nmybatis-plus.global-config.field-strategy=2\r\n#全局地开启或关闭配置文件中的所有映射器已经配置的任何缓存,开发时不需要开启。\r\nmybatis-plus.configuration.cache-enabled = false\r\n#映射文件mapper文件存储位置\r\nmybatis-plus.mapper-locations = classpath:com.xuecheng.*.mapper/*.xml\r\n#主键类型 0:\"数据库ID自增\", 1:\"用户输入ID\",2:\"全局唯一ID (数字类型唯一ID)\", 3:\"全局唯一ID UUID\";\r\nmybatis-plus.global-config.id-type = 0\r\n#刷新mapper 调试神器\r\nmybatis-plus.global-config.refresh-mapper = true','c4830681643505108185f52cbff96453','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (2,'content-service-dev.properties','xc-group','#spring http 配置信息\nserver.servlet.context-path = /content\nserver.port=63040\n\n\n#spring druid 配置信息\nspring.datasource.url = jdbc:mysql://192.168.101.65:3306/xc2.0_content?serverTimezone=UTC&userUnicode=true&useSSL=false&characterEncoding=utf8\n\n\n#文件系统配置\n#文件系统微服务的请求地址\nfile.service.url=http://127.0.0.1:56082/farming/generatetoken?origin=qiniu\n#文件存储空间名称\nfile.service.bucket=xczx-lzy\n\n#前端上传文件需要的配置信息\n#文件存储区域的地址\nfile.service.upload.region = http://upload.qiniu.com\n#文件访问的cdn加速域名\ncdn.domain = r3zc5rung.hd-bkt.clouddn.com\n\nfile.token.type = 1\nfile.token.deadline = 3600\n\n\n#异步回调定义ConfirmCallbackMQ返回结果时会回调这个ConfirmCallback\nspring.rabbitmq.publisher-confirm-type = correlated\n#开启publish-return功能同样是基于callback机制不过是定义ReturnCallback\nspring.rabbitmq.publisher-returns = true\n#定义消息路由失败时的策略。true则调用ReturnCallbackfalse则直接丢弃消息\nspring.rabbitmq.template.mandatory = true\n\n\n# 课程发布 交互级名称\ncourse.publish.exchange = course_pub.direct\n# 课程发布 页面生成队列名称\ncourse.publish.queue = course_page.queue\ncourse.publish.routingKey= publish.course','a2962f9623381bdee92050275a3e790b','2022-08-31 13:31:52','2022-09-01 02:50:07',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df','','','','properties','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (3,'spring-druid-config.properties','xc-group','#spring druid 配置信息\n#spring.datasource.driver-class-name = com.mysql.jdbc.Driver\n#spring.datasource.url = jdbc:mysql://127.0.0.1:3306/xc2.0_content?userUnicode=true&useSSL=false&characterEncoding=utf8\nspring.datasource.username = root\nspring.datasource.password = mysql\n#初始化连接池的的连接数据量\nspring.datasource.druid.initial-size = 5\n#连接池最小连接数 \nspring.datasource.druid.min-idle = 5\n#获取连接等待超时时间 \nspring.datasource.druid.max-wait = 60000\n# 要启用PreparedStatementCache,必须配置大于0当大于0时poolPreparedStatements自动触发修改为true。\nspring.datasource.druid.max-pool-prepared-statement-per-connection-size = 20\n#连接池中最大激活连接数\nspring.datasource.druid.max-active = 20','420867ac9dff1d6f7a76bb25769ab7bf','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (4,'spring-http-config.properties','xc-group','#srpingboot http 配置信息\nspring.http.encoding.enabled = true\nspring.http.encoding.charset = UTF-8\nspring.http.encoding.force = true\nserver.use-forward-headers = true\n#server.servlet.context-path = /\n#server.port=8888\n#nacos上添加如下配置重启服务即可让我们的服务优先读取本地配置参数信息\nspring.cloud.config.allow-override=true\nspring.cloud.config.override-none=true\nspring.cloud.config.override-system-properties=false','8a44e28b630fd3aa6384d66f9c351725','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (5,'system-service-dev.properties','xc-group','#srpingboot http 配置信息\nserver.servlet.context-path = /system\nserver.port=63110\n\n#spring druid 配置信息\nspring.datasource.url = jdbc:mysql://192.168.101.65:3306/xc2.0_system?serverTimezone=UTC&userUnicode=true&useSSL=false&characterEncoding=utf8','a822e380324c0f08cb33d886a8643e5d','2022-08-31 13:31:52','2022-09-01 02:55:16',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df','','','','properties','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (6,'media-service-dev.properties','xc-group','#springboot启动配置修改\nserver.servlet.context-path = /media\nserver.port=63050\n\n# 修改druid公共配置信息里的连接地址\nspring.datasource.url=jdbc:mysql://192.168.101.65:3306/xc2.0_media?serverTimezone=UTC&userUnicode=true&useSSL=false&characterEncoding=utf8\n\naliyun.region = cn-shanghai\naliyun.accessKeyId = LTAI5tPEYTyFEK1qsyyigFM7\naliyun.accessKeySecret = DGJggsZidqb6cyIhUSvZRaXQxEmHMN','9b1e3ce87f944601a2f1e086830796eb','2022-08-31 13:31:52','2022-09-01 02:56:15',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df','','','','properties','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (7,'feign-config.properties','xc-group','# 开启 feign 的远程调用使用熔断\nfeign.sentinel.enabled = true\n# 配置请求GZIP压缩\nfeign.compression.request.enabled = false\n# 配置压缩数据大小的下限\nfeign.compression.request.min-request-size = 2048\n# 配置响应GZIP压缩\nfeign.compression.response.enabled = false\n# 配置压缩支持的MIME TYPE\nfeign.compression.request.mime-types[0] = text/xml\nfeign.compression.request.mime-types[1] = application/xml\nfeign.compression.request.mime-types[2] = application/json','2f3be5ae5f601d5b37e586607956770e','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (8,'ribbon-config.properties','xc-group','#对当前实例的重试次数 default 0\r\nribbon.MaxAutoRetries = 1\r\n#设置连接超时时间 default 2000\r\nribbon.ConnectTimeout = 3000\r\n#对所有操作请求都进行重试 default false\r\nribbon.OkToRetryOnAllOperations = false\r\n#设置读取超时时间 default 5000\r\nribbon.ReadTimeout = 20000\r\n#切换实例的重试次数 default 1\r\nribbon.MaxAutoRetriesNextServer = 1','95976e0fbb744e2c148d1b9a214025b3','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (9,'freemarker-config.properties','xc-group','#开启 freemarker 功能\r\nspring.freemarker.enabled = true\r\n#关闭模板缓存,方便测试\r\nspring.freemarker.cache = false\r\nspring.freemarker.settings.template_update_delay = 0\r\n#页面模板后缀名\r\nspring.freemarker.suffix = .ftl\r\nspring.freemarker.charset = UTF-8\r\n#页面模板位置(默认为 classpath:/templates/)\r\nspring.freemarker.template-loader-path = classpath:/templates/\r\n#关闭项目中的静态资源映射(static、resources文件夹下的资源)\r\nspring.resources.add-mappings = false','b922b2f76a55b5f1bb66bd0e86fd67da','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (10,'rabbitmq-config.properties','xc-group','#rabbitmq 配置信息\nspring.rabbitmq.host = 192.168.101.65\nspring.rabbitmq.port = 5672\nspring.rabbitmq.username = guest\nspring.rabbitmq.password = guest\nspring.rabbitmq.password.virtual-host = /\n\n#correlated 异步回调定义ConfirmCallbackMQ返回结果时会回调这个ConfirmCallback\nspring.rabbitmq.publisher-confirm-type = correlated\n#开启publish-return功能同样是基于callback机制需要定义ReturnCallback\nspring.rabbitmq.publisher-returns = true\n#定义消息路由失败时的策略。true则调用ReturnCallbackfalse则直接丢弃消息\nspring.rabbitmq.template.mandatory = true\n#出现异常时返回nack消息回滚到mq没有异常返回ack\nspring.rabbitmq.listener.simple.acknowledge-mode = auto\n#开启消费者失败重试\nspring.rabbitmq.listener.simple.retry.enabled = true\n#初识的失败等待时长为1秒\nspring.rabbitmq.listener.simple.retry.initial-interval = 1000ms\n#失败的等待时长倍数,下次等待时长 = multiplier * last-interval\nspring.rabbitmq.listener.simple.retry.multiplier = 1\n#最大重试次数\nspring.rabbitmq.listener.simple.retry.max-attempts = 3\n# true无状态false有状态。如果业务中包含事务这里改为false\nspring.rabbitmq.listener.simple.retry.stateless=true\n\n\n#消息队列配置\n#消息同步交换机\nxc.mq.msgsync.exchange=xc.msgsync.direct\n#课程发布消息队列\nxc.mq.msgsync.queue.coursepub=xc.course.publish.queue\n#课程发布消息队列routingkey\nxc.mq.msgsync.queue.coursepub.key=xc.course.publish.queue\n#课程发布结果消息队列\nxc.mq.msgsync.queue.coursepubresult=xc.course.publish.result.queue\n#课程发布结果消息队列routingkey\nxc.mq.msgsync.queue.coursepubresult.key=xc.course.publish.result.queue','f7df4f6cf31e7401353c013820bb555c','2022-08-31 13:31:52','2022-09-01 02:57:24',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df','','','','properties','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (11,'coursepub-consumer-service-dev.properties','xc-group','#springboot server 配置\nserver.servlet.context-path = /pub_consumer\nserver.port=63333\n\n#druid 配置信息\nspring.datasource.url = jdbc:mysql://127.0.0.1:3306/xc2.0_content?userUnicode=true&useSSL=false&characterEncoding=utf8\n\n#消费端应答模式\nspring.rabbitmq.listener.simple.acknowledge-mode = auto\n\n# 开启消费者失败重试\nspring.rabbitmq.listener.simple.retry.enabled = true\n# 初识的失败等待时长为1秒\nspring.rabbitmq.listener.simple.retry.initial-interval = 1000ms\n# 失败的等待时长倍数,下次等待时长 = multiplier * last-interval\nspring.rabbitmq.listener.simple.retry.multiplier = 1\n# 最大重试次数\nspring.rabbitmq.listener.simple.retry.max-attempts = 3\n# true无状态false有状态。如果业务中包含事务这里改为false\nspring.rabbitmq.listener.simple.retry.stateless = true\n\n# 课程发布 交换机名称\ncourse.publish.exchange = course_pub.direct\n# 课程发布 页面生成队列名称\ncourse.publish.queue = course_page.queue\ncourse.publish.routingkey= publish.course\n\n#课程发布 消费失败配置信息\ncourse.publish.error.exchange = error.course_pub.direct\ncourse.publish.error.queue = error.course_page.queue\ncourse.publish.error.routingkey = error.publish_course\n\n#生成静态化页面发布位置\ncourse.publish.position = pages/\n#七牛云的存储消息\nfile.qiniu.accessKey = C_406Zs8cIazVTGeQXLV_BVfg0hLbDgUs5J5K1ro\nfile.qiniu.secretKey = hfsJ1ypCKHOufHzk8mGuWfXACklkvSbwKyjG96RW\nfile.qiniu.bucket = xczx-lzy-static-pages','d0b03638ad59ca16bc2c9357ff406771','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (12,'search-service-dev.properties','xc-group','server.servlet.context-path = /search\nserver.port=63080\n\n# ES 配置信息\nxuecheng.elasticsearch.hostlist = 106.15.33.29:9200\nxuecheng.elasticsearch.course.index = xc2.0_course','00257720a4c531ad7c9edcf4e14da2cf','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (13,'learning-service-dev.properties','xc-group','#srpingboot http 配置信息\nserver.servlet.context-path = /learning\nserver.port=63070\n\nspring.datasource.url = jdbc:mysql://127.0.0.1:3306/xc2.0_learning?userUnicode=true&useSSL=false&characterEncoding=utf8','1d91a8d5b2a4993061089242a2f5e52c','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (14,'teaching-service-dev.properties','xc-group','#srpingboot http 配置信息\nserver.servlet.context-path = /teaching\nserver.port=63060\n\nspring.datasource.url = jdbc:mysql://127.0.0.1:3306/xc2.0_teaching?userUnicode=true&useSSL=false&characterEncoding=utf8','e033922e9ff1db4292280e3689cfe5d9','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (15,'uaa-gateway-server-dev.properties','xc-group','#srpingboot http 配置信息\r\nserver.servlet.context-path = /\r\nserver.port=63010','001a3d10fe3c491c0444f6dcdd6b35e8','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (16,'uaa-service-dev.properties','xc-group','#srpingboot http 配置信息\nserver.servlet.context-path = /uaa\nserver.port=63020\n\nspring.datasource.url = jdbc:mysql://127.0.0.1:3306/xc2.0_uaa?userUnicode=true&useSSL=false&characterEncoding=utf8','bcaad64b545f0d673d52b52084270ff8','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (17,'user-service-dev.properties','xc-group','#srpingboot http 配置信息\nserver.servlet.context-path = /user\nserver.port=63130\n\n\nspring.datasource.url = jdbc:mysql://127.0.0.1:3306/xc2.0_user?userUnicode=true&useSSL=false&characterEncoding=utf8','b3f8bbaca06c2a84c25da45217caa1c3','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (18,'order-service-dev.properties','xc-group','#srpingboot http 配置信息\nserver.servlet.context-path = /order\nserver.port=63090\n\nspring.datasource.url = jdbc:mysql://127.0.0.1:3306/xc2.0_order?userUnicode=true&useSSL=false&characterEncoding=utf8\n\n#商户微信公共号或开放平台唯一标识\nweixinpay.app-id = wx8397f8696b538317\n#商户号\nweixinpay.mch-id = 1473426802\n#商户密钥\nweixinpay.mch-key = T6m9iK73b0kn9g5v426MKfHQH7X8rKwb\n#微信回调商户的地址\nweixinpay.notify-url = http://www.xuecheng.com/api\n#商户的支付类型NATIVE 为扫码支付)\nweixinpay.trade-type = NATIVE','8c06a86939b031fb73b3d25212c06920','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (19,'seataServer.properties','xc-group','# 数据存储方式db代表数据库\nstore.mode=db\nstore.db.datasource=druid\nstore.db.dbType=mysql\nstore.db.driverClassName=com.mysql.jdbc.Driver\nstore.db.url=jdbc:mysql://127.0.0.1:3306/xc2.0_seata?useUnicode=true&rewriteBatchedStatements=true\nstore.db.user=root\nstore.db.password=itcast136\nstore.db.minConn=5\nstore.db.maxConn=30\nstore.db.globalTable=global_table\nstore.db.branchTable=branch_table\nstore.db.queryLimit=100\nstore.db.lockTable=lock_table\nstore.db.maxWait=5000\n# 事务、日志等配置\nserver.recovery.committingRetryPeriod=1000\nserver.recovery.asynCommittingRetryPeriod=1000\nserver.recovery.rollbackingRetryPeriod=1000\nserver.recovery.timeoutRetryPeriod=1000\nserver.maxCommitRetryTimeout=-1\nserver.maxRollbackRetryTimeout=-1\nserver.rollbackRetryTimeoutUnlockEnable=false\nserver.undo.logSaveDays=7\nserver.undo.logDeletePeriod=86400000\n\n# 客户端与服务端传输方式\ntransport.serialization=seata\ntransport.compressor=none\n# 关闭metrics功能提高性能\nmetrics.enabled=false\nmetrics.registryType=compact\nmetrics.exporterList=prometheus\nmetrics.exporterPrometheusPort=9898','58da867dd87f2b78b55aad31c968bcb5','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (20,'redis-config.properties','xc-group','# Redis数据库索引默认为0\nspring.redis.database=0\n# Redis服务器地址\nspring.redis.host=192.168.101.64\n# Redis服务器连接端口\nspring.redis.port=6379\n# Redis服务器连接密码默认为空\nspring.redis.password=itcast20220812\nspring.redis.lettuce.pool.max-active=20\nspring.redis.lettuce.pool.max-idle=10\nspring.redis.lettuce.pool.min-idle=0\nspring.redis.lettuce.pool.max-wait=-1\n# 连接池最大连接数(使用负值表示没有限制)\n#spring.redis.jedis.pool.max-active=20\n# 连接池最大阻塞等待时间(使用负值表示没有限制)\n#spring.redis.jedis.pool.max-wait=-1\n# 连接池中的最大空闲连接\n#spring.redis.jedis.pool.max-idle=10\n# 连接池中的最小空闲连接\n#spring.redis.jedis.pool.min-idle=0\n# 连接超时时间(毫秒)\nspring.redis.timeout=1000','179450e4e39ac7dcce283e3d80cb6d97','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (21,'comment-service.properties','xc-group','#srpingboot http 配置信息\nserver.servlet.context-path = /comment\nserver.port=63120\n\nspring.datasource.url = jdbc:mysql://192.168.101.65:3306/xc2.0_comments?userUnicode=true&useSSL=false&characterEncoding=utf8','1e6275014671ea2db7d2bff629055f56','2022-08-31 13:31:52','2022-09-01 03:14:32',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df','','','','properties','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (22,'media-process-service-dev.properties','xc-group','#springboot启动配置修改\n\n# 修改druid公共配置信息里的连接地址\nspring.datasource.url=jdbc:mysql://192.168.101.65:3306/xc2.0_media?serverTimezone=UTC&userUnicode=true&useSSL=false&characterEncoding=utf8\n\n### xxl-job admin address list, such as \"http://address\" or \"http://address01,http://address02\"\nxxl.job.admin.addresses=http://192.168.101.65:8088/xxl-job-admin\n### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null\nxxl.job.executor.address=\n### xxl-job executor server-info\nxxl.job.executor.ip=\n### xxl-job, access token\nxxl.job.accessToken=default_token\n\n### xxl-job executor appname\nxxl.job.executor.appname=media-process-service\n\nxxl.job.executor.port=9999\n### xxl-job executor log-path\nxxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler\n### xxl-job executor log-retention-days\nxxl.job.executor.logretentiondays=30','2ed5918632f5d7fa6ae5b2d85091a490','2022-08-31 13:31:52','2022-09-01 03:14:21',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df','','','','properties','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (23,'message-process-service-dev.properties','xc-group','### xxl-job admin address list, such as \"http://address\" or \"http://address01,http://address02\"\nxxl.job.admin.addresses=http://192.168.101.65:8088/xxl-job-admin\n### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null\nxxl.job.executor.address=\n### xxl-job executor server-info\nxxl.job.executor.ip=\n### xxl-job, access token\nxxl.job.accessToken=default_token\n\n### xxl-job executor appname\nxxl.job.executor.appname=media-process-service\n\nxxl.job.executor.port=9999\n### xxl-job executor log-path\nxxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler\n### xxl-job executor log-retention-days\nxxl.job.executor.logretentiondays=30','290992196277c8d37d72add540519ca0','2022-08-31 13:31:52','2022-09-01 03:13:45',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df','','','','properties','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (24,'cache-service-dev.properties','xc-group','server.servlet.context-path = /\nserver.port=63035','203bcffeeca788f2e212eed4753ac81e','2022-08-31 13:31:52','2022-08-31 13:31:52',NULL,'192.168.101.1','','3adc3388-087e-4c90-a373-c5a6484752df',NULL,NULL,NULL,'properties',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (34,'system-service-prod.properties','xuecheng-plus-project','config.abc=456','7c5a17db32855013580f7998984e1f52','2022-09-11 04:25:57','2022-09-11 04:26:23',NULL,'192.168.101.1','','prod','','','','properties','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (35,'system-service-test.properties','xuecheng-plus-project','config.abc=789','48efd90540af953eed3dd41254495efc','2022-09-11 04:26:13','2022-09-11 04:26:35',NULL,'192.168.101.1','','test','','','','properties','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (81,'system-service-dev.yaml','xuecheng-plus-project','spring:\n datasource:\n driver-class-name: com.mysql.cj.jdbc.Driver\n url: jdbc:mysql://192.168.101.65:3306/xcplus_system?serverTimezone=UTC&userUnicode=true&useSSL=false&\n username: root\n password: mysql\n\n','7c166a3388dc2a93e3e6a9d2444175bc','2022-09-11 06:32:14','2022-09-11 09:13:39',NULL,'192.168.101.1','','dev','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (82,'system-api-dev.yaml','xuecheng-plus-project','server:\n servlet:\n context-path: /system\n port: 63110\n\ntestconfig:\n a: 1aa','08bc232c5164645dae080a8e0574cf27','2022-09-11 06:33:06','2022-09-11 06:37:16',NULL,'192.168.101.1','','dev','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (85,'content-service-dev.yaml','xuecheng-plus-project','spring:\n datasource:\n driver-class-name: com.mysql.cj.jdbc.Driver\n url: jdbc:mysql://192.168.101.65:3306/xcplus_content?serverTimezone=UTC&userUnicode=true&useSSL=false&\n username: root\n password: mysql\n\nxxl:\n job:\n admin: \n addresses: http://192.168.101.65:8088/xxl-job-admin\n executor:\n appname: coursepublish-job\n address: \n ip: \n port: 8999\n logpath: /data/applogs/xxl-job/jobhandler\n logretentiondays: 30\n accessToken: default_token\ntest_config:\n a: 2a\n b: 2b\n c: 2c','1ef8a88991220e3dfd68d53e33ceb3a8','2022-09-11 07:33:48','2022-09-22 03:09:26',NULL,'192.168.101.1','','dev','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (86,'content-api-dev.yaml','xuecheng-plus-project','server:\n servlet:\n context-path: /content\n port: 63040\n\ntest_config:\n a: 3a\n b: 3b\n\n#配置本地优先\nspring:\n cloud:\n config:\n override-none: true\n','b253988f9f30d549192402cbab566a0e','2022-09-11 07:54:17','2022-09-11 09:01:41',NULL,'192.168.101.1','','dev','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (88,'swagger-dev.yaml','xuecheng-plus-common','# swagger 文档配置\nswagger:\n title: \"学成在线内容管理系统\"\n description: \"内容系统管理系统对课程相关信息进行业务管理数据\"\n base-package: com.xuecheng\n enabled: true\n version: 1.0.0\n\ntest_config:\n a: 1a\n b: 1b\n c: 1c\n d: 1d','9c0d3be98c5a9ff620445bd718ea10ad','2022-09-11 08:14:16','2022-09-11 08:49:11',NULL,'192.168.101.1','','dev','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (91,'logging-dev.yaml','xuecheng-plus-common','# 日志文件配置路径\nlogging:\n config: classpath:log4j2-dev.xml\n level:\n org.springframework.cloud.gateway: trace','cf8b1af28beb25b242f97519c8f2c560','2022-09-11 08:22:12','2022-09-12 13:21:52',NULL,'192.168.101.1','','dev','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (105,'gateway-dev.yaml','xuecheng-plus-project','server:\n port: 63010 # 网关端口\nspring:\n cloud:\n gateway:\n# filter:\n# strip-prefix:\n# enabled: true\n routes: # 网关路由配置\n - id: content-api # 路由id自定义只要唯一即可\n # uri: http://127.0.0.1:8081 # 路由的目标地址 http就是固定地址\n uri: lb://content-api # 路由的目标地址 lb就是负载均衡后面跟服务名称\n predicates: # 路由断言,也就是判断请求是否符合路由规则的条件\n - Path=/content/** # 这个是按照路径匹配,只要以/content/开头就符合要求\n# filters:\n# - StripPrefix=1\n - id: system-api\n # uri: http://127.0.0.1:8081\n uri: lb://system-api\n predicates:\n - Path=/system/**\n# filters:\n# - StripPrefix=1\n - id: media-api\n # uri: http://127.0.0.1:8081\n uri: lb://media-api\n predicates:\n - Path=/media/**\n# filters:\n# - StripPrefix=1\n - id: search-service\n # uri: http://127.0.0.1:8081\n uri: lb://search\n predicates:\n - Path=/search/**\n# filters:\n# - StripPrefix=1\n - id: auth-service\n # uri: http://127.0.0.1:8081\n uri: lb://auth-service\n predicates:\n - Path=/auth/**\n# filters:\n# - StripPrefix=1\n - id: checkcode\n # uri: http://127.0.0.1:8081\n uri: lb://checkcode\n predicates:\n - Path=/checkcode/**\n# filters:\n# - StripPrefix=1\n - id: learning-api\n # uri: http://127.0.0.1:8081\n uri: lb://learning-api\n predicates:\n - Path=/learning/**\n# filters:\n# - StripPrefix=1\n - id: orders-api\n # uri: http://127.0.0.1:8081\n uri: lb://orders-api\n predicates:\n - Path=/orders/**\n# filters:\n# - StripPrefix=1','0aa8d36f8c1ac49485e133f43f60481b','2022-09-11 09:46:12','2022-10-03 05:20:22',NULL,'192.168.101.1','','dev','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (107,'media-api-dev.yaml','xuecheng-plus-project','server:\n servlet:\n context-path: /media\n port: 63050\n\n','7e41197fdbb4b6bd1194ae292af19ff8','2022-09-11 10:05:29','2022-09-17 05:26:20',NULL,'192.168.101.1','','dev','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (108,'media-service-dev.yaml','xuecheng-plus-project','spring:\n datasource:\n driver-class-name: com.mysql.cj.jdbc.Driver\n url: jdbc:mysql://192.168.101.65:3306/xcplus_media?serverTimezone=UTC&userUnicode=true&useSSL=false&\n username: root\n password: mysql\n cloud:\n config:\n override-none: true\n\nminio:\n endpoint: http://192.168.101.65:9000\n accessKey: minioadmin\n secretKey: minioadmin\n bucket:\n files: mediafiles\n videofiles: video\nxxl:\n job:\n admin: \n addresses: http://192.168.101.65:8088/xxl-job-admin\n executor:\n appname: media-process-service\n address: \n ip: \n port: 9999\n logpath: /data/applogs/xxl-job/jobhandler\n logretentiondays: 30\n accessToken: default_token\n\nvideoprocess:\n ffmpegpath: D:/soft/ffmpeg/ffmpeg.exe\n\n','7473a1104ab69e8b207abd428e2aa0cf','2022-09-11 10:05:29','2022-09-22 03:10:04',NULL,'192.168.101.1','','dev','xxl.job.admin.addresses','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (121,'freemarker-config-dev.yaml','xuecheng-plus-common','spring:\r\n freemarker:\r\n enabled: true\r\n cache: false #关闭模板缓存,方便测试\r\n settings:\r\n template_update_delay: 0\r\n suffix: .ftl #页面模板后缀名\r\n charset: UTF-8\r\n template-loader-path: classpath:/templates/ #页面模板位置(默认为 classpath:/templates/)\r\n resources:\r\n add-mappings: false #关闭项目中的静态资源映射(static、resources文件夹下的资源)\r\n ','8e97657f299e4a1a6158e8ebf4894e51','2022-09-15 11:18:37','2022-09-15 11:18:37',NULL,'192.168.101.1','','dev',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (132,'message-service-dev.yaml','xuecheng-plus-project','spring:\n datasource:\n druid:\n stat-view-servlet:\n enabled: true\n loginUsername: admin\n loginPassword: 123456\n dynamic:\n primary: content #设置默认的数据源或者数据源组,默认值即为master\n strict: true #设置严格模式,默认false不启动. 启动后在未匹配到指定数据源时候回抛出异常,不启动会使用默认数据源.\n druid:\n initial-size: 3\n max-active: 5\n min-idle: 5\n max-wait: 60000\n pool-prepared-statements: true\n max-pool-prepared-statement-per-connection-size: 20\n time-between-eviction-runs-millis: 60000\n min-evictable-idle-time-millis: 300000\n validation-query: SELECT 1 FROM DUAL\n test-while-idle: true\n test-on-borrow: false\n test-on-return: false\n stat-view-servlet:\n enabled: true\n url-pattern: /druid/*\n #login-username: admin\n #login-password: admin\n filter:\n stat:\n log-slow-sql: true\n slow-sql-millis: 1000\n merge-sql: true\n wall:\n config:\n multi-statement-allow: true\n datasource:\n content:\n url: jdbc:mysql://192.168.101.65:3306/xcplus_content?serverTimezone=UTC&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8\n username: root\n password: mysql\n driver-class-name: com.mysql.cj.jdbc.Driver\n media:\n url: jdbc:mysql://192.168.101.65:3306/xcplus_media?serverTimezone=UTC&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8\n username: root\n password: mysql\n driver-class-name: com.mysql.cj.jdbc.Driver\n\n','7c64bb323a1271815e8aadcd2feffbcd','2022-09-19 10:22:11','2022-09-19 10:25:17',NULL,'192.168.101.1','','dev','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (134,'rabbitmq-dev.yaml','xuecheng-plus-common','spring:\n rabbitmq:\n host: 192.168.101.65\n port: 5672\n username: guest\n password: guest\n virtual-host: /\n publisher-confirm-type: correlated #correlated 异步回调定义ConfirmCallbackMQ返回结果时会回调这个ConfirmCallback\n publisher-returns: false #开启publish-return功能同样是基于callback机制需要定义ReturnCallback\n template:\n mandatory: false #定义消息路由失败时的策略。true则调用ReturnCallbackfalse则直接丢弃消息\n listener:\n simple:\n prefetch: 1 #每次只能获取一条消息,处理完成才能获取下一个消息\n acknowledge-mode: none #auto:出现异常时返回unack消息回滚到mq没有异常返回ack ,manual:手动控制,none:丢弃消息不回滚到mq\n retry:\n enabled: true #开启消费者失败重试\n initial-interval: 1000ms #初识的失败等待时长为1秒\n multiplier: 1 #失败的等待时长倍数,下次等待时长 = multiplier * last-interval\n max-attempts: 3 #最大重试次数\n stateless: true #true无状态false有状态。如果业务中包含事务这里改为false','9a2acc646d17166ee29989751faceaea','2022-09-20 02:42:44','2022-09-20 05:26:56',NULL,'192.168.101.1','','dev','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (145,'feign-dev.yaml','xuecheng-plus-common','feign:\n client:\n config:\n default: # default全局的配置\n loggerLevel: BASIC # 日志级别BASIC就是基本的请求和响应信息\n hystrix:\n enabled: true\n circuitbreaker:\n enabled: true\n httpclient:\n enabled: true # 开启feign对HttpClient的支持\n max-connections: 200 # 最大的连接数\n max-connections-per-route: 50 # 每个路径的最大连接数\n','2287b4dcf1db4d243a11c74f7a2b6aff','2022-09-20 11:59:29','2022-10-03 01:07:11',NULL,'192.168.101.1','','dev','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (152,'search-dev.yaml','xuecheng-plus-project','server:\n servlet:\n context-path: /search\n port: 63080\n\nelasticsearch:\n hostlist: 192.168.101.65:9200 #多个结点中间用逗号分隔\n course:\n index: course-publish\n source_fields: id,name,grade,mt,st,charge,pic,price,originalPrice,teachmode,validDays,createDate','9b90f07562994fc7295e4cb5fd43debf','2022-09-24 12:58:14','2022-09-25 02:38:46',NULL,'192.168.101.1','','dev','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (158,'auth-service-dev.yaml','xuecheng-plus-project','server:\n servlet:\n context-path: /auth\n port: 63070\nspring:\n datasource:\n driver-class-name: com.mysql.cj.jdbc.Driver\n url: jdbc:mysql://192.168.101.65:3306/xcplus_users?serverTimezone=UTC&userUnicode=true&useSSL=false&\n username: root\n password: mysql','14b786a4aa780552864a2234cfeba924','2022-09-26 12:41:48','2022-09-28 14:56:18',NULL,'192.168.101.1','','dev','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (163,'checkcode-dev.yaml','xuecheng-plus-project','server:\r\n servlet:\r\n context-path: /checkcode\r\n port: 63075','6033e8fd9f084a4e0019db05d6dc061e','2022-09-29 05:46:44','2022-09-29 05:46:44',NULL,'192.168.101.1','','dev',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (165,'learning-service-dev.yaml','xuecheng-plus-project','spring:\n datasource:\n driver-class-name: com.mysql.cj.jdbc.Driver\n url: jdbc:mysql://192.168.101.65:3306/xcplus_learning?serverTimezone=UTC&userUnicode=true&useSSL=false&\n username: root\n password: mysql','8413185b8b7606c892d694b6b9590e17','2022-10-02 02:22:18','2022-10-02 10:32:26',NULL,'192.168.101.1','','dev','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (166,'orders-service-dev.yaml','xuecheng-plus-project','spring:\n datasource:\n driver-class-name: com.mysql.cj.jdbc.Driver\n url: jdbc:mysql://192.168.101.65:3306/xcplus_orders?serverTimezone=UTC&userUnicode=true&useSSL=false&\n username: root\n password: mysql\n\nxxl:\n job:\n admin: \n addresses: http://192.168.101.65:8088/xxl-job-admin\n executor:\n appname: payresultnotify-job\n address: \n ip: \n port: 8989\n logpath: /data/applogs/xxl-job/jobhandler\n logretentiondays: 30\n accessToken: default_token','8da9d76cf7f2d7042fe6fca8a0f128bd','2022-10-02 02:23:03','2022-10-04 22:17:13',NULL,'192.168.101.1','','dev','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (167,'learning-api-dev.yaml','xuecheng-plus-project','server:\r\n servlet:\r\n context-path: /learning\r\n port: 63020\r\n\r\n\r\n#配置本地优先\r\nspring:\r\n cloud:\r\n config:\r\n override-none: true\r\n','8bbabf9a722ea65b49e13cdcfac95980','2022-10-02 02:23:57','2022-10-02 02:23:57',NULL,'192.168.101.1','','dev',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (168,'orders-api-dev.yaml','xuecheng-plus-project','server:\n servlet:\n context-path: /orders\n port: 63030\n\npay:\n alipay:\n APP_ID: 2016101900725017\n APP_PRIVATE_KEY: MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCCek8F78Zgwdho816Xk3uS8AbR+q1c0NIsfERJjstf5bh+6x2aZUWp2iQdSR6IJVvTd0YUdjj4QyI2e0pBLEQUKO3onk+KSWXwaNSPSOlI7LqnxSUP7KzqBN8bmmZ2b5ywp6AhY9IpfRDHP1je79N0AHHht4q7nruZRLE8nUtxoiLSNRAmTH6Rn0SADT3k91zGJhumxxNDKObZ32kGOJP5GjmNayiQvxXEguPQq9Bw7myAO3eY64rImPO30Vz4VNC0zIZji2im8z5CMsTFGGwu9cJ+njB5g1kfriF1r5XXa1FwIPg64v21tMZLfT5esL8opuV5LLU6c3ZOLzxMfNEvAgMBAAECggEAcs8yp7OjaFJJnZfAPToN+25vYeblEw3AUlqKL/uRIvHdVPiHlOrV0K5dJtPHJN9SnJGQPcMFQBa6jRwRa6WKxf550T00GieZpmBn4Siz9XIwkB2eDhQg1s6wjvZegIqXYq4s7hSKwe0FjX1FMu3ur10Q2B+L2KnEwwm5tu9lijdutAUiRvIYbFFXq6Q1nwpxgbn3Os5r0PZKDO8pQomZnzl9AbAsgeA9f533o7bD2e8khFFyB02TLNTueFX+zTh0xuDyKhdD7Xje6kdGpWNnamUWRBCb9g3N3CcgGD60oZJJVo1zwte/eu9FJypR1H8qoEeJDfbA/Q/DMa5Jim/14QKBgQDTtQqUXPKCG/SR2z7BP5khpg+Fpqe1SYssxIHO2LEudovGUUkDi9u6baTie7cHtvOcD4nqcN2d/Kf8YyGxZ4Pq5EJFS0KplqDQKKxzGHV0xreCKg9iMV3sxJcnCUy5wJHyVZ0wyFopzH6jYmA9CZG0wynifS4zv/0ijCZEGNKSsQKBgQCdxqZHyxcNsg4sXCvuvkWsxAddJKeovDvU8c5ZqcIi6aUaTnL01uBHWZGT0PPPM0Y0W4SzJiEnYUl+MMZZj/VEzOfP2mPKVPH+bc7aT/42WAGpOtZSjl4mFi3KY4NPuO+9zrXlrXazZQhyaEUcFHn5ayygzG68ReSzK2CFIefZ3wKBgFww22GONEC6Yb9eZS6MPmfrw5ik4SVN2GBvVkO4EzgzgVykKxJzRgUiGApUa3jdj6onDhzcd3WD/7cliBeUB1szeTRpuKbXJEJhY+9e+E8Y9fKl1DsjWk5vsY7bOuEs3aFU7PXAWZsYJRGLFnOeBihcUJIDhyob8eSoeUVwNcqRAoGAP2lrw0cYyORbVfDlp1rJ3hoba5Aj4mllErzs1pSn9ig5t0z4XvdNxN925xYAJ7LP8JMnzmjwwkcTpqgr0CtPxIsmUB/SI6voZv3zOUMVRPoyELYZFa0qodwgI0vDpvMJSBwgd2M0Zf2hW3oU7Kg+LcSpdyczCnB87pXsgRWTfbkCgYEAkWy8MCXk0q91QCNNICSAlbvDIK/Mg+eVf1l1ilhrbELaBZlx9Tm9Jwn2Z2PRNAPDbd1FYl/5z8yAWAwf51HzlzXN4CWWCmqG/1ri/yD4geU6utepN9tVYRXLoxOPjIufPgCOSqEXde3C+lF7TleLrwjER720wUv23n/UQ/fas+Y=\n ALIPAY_PUBLIC_KEY: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoy8UIDCY2ZrrpDRbKIW/Zic3LPBXHGe5nRPLu9t1ud7PRDv5UDzwlhDRwTRnNAe8q3NZJP+ki3NzAY1Ky0QlIJZ6J9R4PRWHshR56U8kReLwuFfhQrYB5aKy8PMpRp41VT39+ywQNlD+UNbziSuRlmT0sjKPM7UCg3D9NucLKlWPfvH5mq+rWIs6pAOfcUDhSOCPS3lgHpMhpr7lYe2RFReKifFsBzEIOWBM8MGbwl0CYyASHKUtydfVDWE2k5g9N7Ypf3QgWYdNpc07vgYjSo3HPl5wLCE7bd7Haphai9gvaGFuEiscApDbQ4b2qWAIpLcwcBJnR+uQbMfYNFr2cQIDAQAB\n\n\n#配置本地优先\nspring:\n cloud:\n config:\n override-none: true\n','f048494515f317d930ce66e549e67c00','2022-10-02 02:24:29','2022-10-04 09:00:10',NULL,'192.168.101.1','','dev','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (175,'shared-mysql.yaml','DEFAULT_GROUP','spring:\n datasource:\n driver-class-name: com.mysql.cj.jdbc.Driver\n url: jdbc:mysql://192.168.101.68:3306/${mysql.db-name}?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai&stringtype=unspecified\n username: root\n password: mysql\nmybatis-plus:\n configuration:\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\n page:\n max-limit: 1000\n global-config:\n field-strategy: 0\n db-config:\n logic-delete-field: isDeleted\n id-type: assign_id\n ','71ea171933c2919656addf475f0a6a0b','2023-10-17 01:12:30','2023-10-17 01:12:30',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (176,'jzo2o-gateway.yaml','DEFAULT_GROUP','jzo2o:\n token-key:\n \"1\": customer\n \"2\": customer\n \"3\": customer\n \"4\": operation\n operation-jwt-tool-key: operation\n customer-jwt-tool-key: customer\nevaluation:\n host: http://192.168.101.1:11201','f1e60f5f3d464ec89d6f319618a9942a','2023-10-17 01:12:30','2023-10-17 01:12:30',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (177,'jzo2o-customer.yaml','DEFAULT_GROUP','jzo2o:\n jwt-key: customer\n evaluation: \n appId: 650d6c001235c74ad5ac7bc5\n accessKeyId: 1705166852256174080\n accessKeySecret: MIICdwIBADANBgkqhkiG9w0BAQEFAASCAmEwggJdAgEAAoGBALVuvx66BoXGg0aTlA+Kc1q8yystLZQ3GSP1UqqT0o+8eoxY7EKRTaIpVgmByipdfUQpQ5UcI806gf4rHbihr5cMNh9bCvM7PTUGzb6uuO904aMUuFXxKc7wX4aKcjAWbZu0qSXIovWk/LR//P3n5pnhDlII3VOB/gJxR0NfTihnAgMBAAECgYAc29UUlccMfPX2l5TOdVmXOOkhdgSGSyP5lJT7QvC+zN5lTTj59v4f6W6hASm0sWgycP8p9u7kPwaG9OQRBnl/n6M3cwAzYRRQo4xvZjo8RpBZ28NtcaBsxFmtv6RpTqaKGiE4lWvyCDl9GPnQ6taaaBVxoSHsoiMHzRnOYzQuwQJBAPcK7KWIiOU9gBjH4VmUu+YzmkghRD7FvKtIzXsPOQPhB5t4YgFLvzhiD3BbbAm9empLBH/hRHsft8Y7te/nbGECQQC8AtKd4H7iUGDWrtDygmbD+szd6a1JTXXRHYPLVSgYxBwsfkbP6i4+BXKM5SGbDCN3Y4JrML/XptVNdup6CYnHAkEAtFGJAhpyscD+KxhaaGSj8hdgWZ3OjnMOj4eIVHZ8C1TJlLV986wyWxlYY46XgVSIceVn11+5+JTiMxOKbR3igQJAO9NSHbav6WfWSLn79w8TkE0gH4UaBPdHBDG2HF+OkMLmjCnqcoJ8EHQ/TSIkHWgxaO4bM+yhPwfxW+L5HbgnRQJBAJpnkFq+pahuuoTHFI9Rm3z/1S7+5bXmQkfvVF4TZkt/wteIuUcer9DJa0Ct4IV+bnnYfsg+uHei6T5yiy2K3Rc=\n domain: http://192.168.101.1:11201\n #domain: http://192.168.101.1:11500/evaluationapi\n #domain: http://127.0.0.1:11500/evaluationapi\n serveItem:\n targetTypeId: 38\n serveProvider:\n targetTypeId: 39\namap:\n enable: true\n key: aeb0935541f2cd75ff0917323f9327c3\nali:\n oss:\n enable: true\n endpoint: oss-cn-hangzhou.aliyuncs.com \n accessKeyId: LTAI5t7zABPYmNtb4Z6a5kxQ\n accessKeySecret: HO7RBIpfBuSUGUmxbVr7cNdvuEwFiV\n bucketName: yjy-xzbjzfw-oss\nspring:\n servlet:\n multipart:\n enabled: true\n max-file-size: 20MB\n max-request-size: 30MB\ncanal:\n enable: true\n sync:\n application-name: ${spring.application.name}\n rabbit-mq:\n routing-keys: canal-mq-jzo2o-customer\n exchange: exchange.canal-jzo2o\n queue: canal-mq-jzo2o-customer\nrabbit-mq:\n enable: true\nxxl-job:\n port: 11602','28401c19627bd5ebaa0995a40dc5b66d','2023-10-17 01:12:30','2023-10-24 10:03:21',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (178,'shared-es.yaml','DEFAULT_GROUP','jzo2o:\n es:\n host: 192.168.101.68\n port: 9200\nxpack:\n security:\n enabled: true','b6f19be77c533e9e7318f5d1944c9723','2023-10-17 01:12:30','2023-10-17 01:12:30',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (179,'jzo2o-data-search.yaml','DEFAULT_GROUP','xzb:\n jwt-key: customer\n\nrabbit-mq:\n enable: true\ncanal:\n enable: true\n sync:\n application-name: ${spring.application.name}\n rabbit-mq:\n routing-keys: canal-mq-jzo2o-data-search,canal-mq-jzo2o-orders\n exchange: exchange.canal-jzo2o\n queue: canal-mq-jzo2o-data-search\nxxl-job:\n port: 11403','786b4093c09a54579b76f03cc140b72e','2023-10-17 01:12:30','2023-10-17 01:12:30',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (180,'shared-rabbitmq.yaml','DEFAULT_GROUP','spring:\n rabbitmq:\n host: 192.168.101.68\n username: xzb\n password: xzb\n port: 5672\n virtual-host: /xzb\n publisher-confirm-type: correlated #发送消息的异步回调,记录消息是否发送成功\n publisher-returns: true #开启publish-return功能消息到达交换机但是没有到达对列表\n template: \n #消息路由失败时的策略, true: 调用ReturnCallback, false丢弃消息\n mandatory: true\n listener:\n simple:\n acknowledge-mode: auto #出现异常时返回nack消息回滚到mq没有异常返回ack\n retry:\n enabled: true # 开启消费者失败重试\n initial-interval: 1000 # 初识的失败等待时长为1秒\n multiplier: 10 # 失败的等待时长倍数,下次等待时长 = multiplier * last-interval\n max-attempts: 90000 # 最大重试次数\n stateless: true # true无状态false有状态。如果业务中包含事务这里改为false','cbc0ddd710bf5d7d1d7d3a37c0fb9e07','2023-10-17 01:12:30','2023-10-17 01:12:30',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (181,'shared-redis-cluster.yaml','DEFAULT_GROUP','spring:\n redis:\n host: 192.168.101.68\n port: 6379\n password: \"redis\"\n\n\n# spring:\n# redis:\n# timeout: 6000 # 连接超时时长(毫秒)\n# password: \"xx\"\n# # database: 0\n# cluster:\n# nodes:\n# - 172.17.2.58:7000\n# - 172.17.2.58:7001\n# - 172.17.2.58:7002\n# - 172.17.2.58:7003\n# - 172.17.2.58:7004\n# - 172.17.2.58:7005\n# max-redirects: 3\n# lettuce:\n# pool:\n# max-active: 1024 # 连接池最大连接数默认为8-1表示无限制 如果pool已经分配了超过max_active个jedis实例则此时pool为耗尽\n# max-wait: 10000 #最大等待连接时间,单位毫秒 默认为-1表示永不超时超时会抛出JedisConnectionException\n# max-idle: 10\n# min-idle: 5\n# cluster:\n# refresh:\n# adaptive: true\n # shutdown-timeout: 100','ec12ead1728b9161913c1ee3d6e5263d','2023-10-17 01:12:30','2023-11-27 15:15:23',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (182,'jzo2o-acc.yaml','DEFAULT_GROUP','spring:\n servlet:\n multipart:\n enabled: true\n max-file-size: 20MB\n max-request-size: 30MB\n','a451ef1b2c6b1225f653e124e2df5d24','2023-10-17 01:12:30','2023-10-17 01:12:30',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (183,'jzo2o-orders-dispatch.yaml','DEFAULT_GROUP','spring:\n datasource:\n driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver\n url: jdbc:shardingsphere:classpath:shardingsphere-jdbc-${spring.profiles.active}.yml\n\nmybatis-plus:\n configuration:\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\n page:\n max-limit: 1000\n global-config:\n field-strategy: 0\n db-config:\n logic-delete-field: isDeleted\n id-type: assign_id\nxxl-job:\n port: 9997\ncanal:\n enable: true\n sync:\n application-name: ${spring.application.name}\n rabbit-mq:\n routing-keys: canal-mq-jzo2o-orders-dispatch\n exchange: exchange.canal-jzo2o\n queue: canal-mq-jzo2o-orders-dispatch\nrabbit-mq:\n enable: true','d055fd119032c11bde1fef01bc4de4e6','2023-10-17 01:12:30','2023-10-17 01:12:30',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (184,'shared-dispatch-seize.yaml','DEFAULT_GROUP','spring:\n datasource:\n driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver\n url: jdbc:shardingsphere:classpath:shardingsphere-jdbc.yml\n\nmybatis-plus:\n configuration:\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\n page:\n max-limit: 1000\n global-config:\n field-strategy: 0\n db-config:\n logic-delete-field: isDeleted\n id-type: assign_id\n ','ccadcd6333dbf89248a9444a662e19ec','2023-10-17 01:12:30','2023-10-17 01:12:30',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (185,'jzo2o-orders-manager.yaml','DEFAULT_GROUP','spring:\n datasource:\n driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver\n url: jdbc:shardingsphere:classpath:shardingsphere-jdbc-${spring.profiles.active}.yml\n# spring:\n cloud:\n sentinel:\n transport:\n # 供sentinel dashboard平台访问端口\n port: 8719\n # sentinel控制台\n dashboard: 192.168.101.1:8087\n #服务启动直接建立心跳连接\n eager: true\nmybatis-plus:\n configuration:\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\n page:\n max-limit: 1000\n global-config:\n field-strategy: 0\n db-config:\n logic-delete-field: isDeleted\n id-type: assign_id\nxxl-job:\n port: 9998\ncanal:\n enable: true\n sync:\n application-name: ${spring.application.name}\n rabbit-mq:\n routing-keys: canal-mq-jzo2o-orders-manager\n exchange: exchange.canal-jzo2o\n queue: canal-mq-jzo2o-orders-manager\nrabbit-mq:\n enable: true\njzo2o:\n trade:\n aliEnterpriseId: 2088241317544335\n wechatEnterpriseId: 1561414331\n job:\n autoEvaluateCount: 100\n openPay: false','9fe062123de162227d7601b5b8719f68','2023-10-17 01:12:30','2023-11-15 06:24:07',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (186,'jzo2o-orders-seize.yaml','DEFAULT_GROUP','spring:\n datasource:\n driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver\n url: jdbc:shardingsphere:classpath:shardingsphere-jdbc-${spring.profiles.active}.yml\n\nmybatis-plus:\n configuration:\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\n page:\n max-limit: 1000\n global-config:\n field-strategy: 0\n db-config:\n logic-delete-field: isDeleted\n id-type: assign_id\nxxl-job:\n port: 9999\n','4949781f561ce38f574105277b8e7bb8','2023-10-17 01:12:30','2023-10-17 01:12:30',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (187,'shared-xxl-job.yaml','DEFAULT_GROUP','spring:\n cloud:\n inetutils.preferred-networks: 172\nxxl-job:\n enable: true\n access-token: default_token\n admin:\n address: http://192.168.101.68:8088/xxl-job-admin\n executor:\n appName: ${spring.application.name}\n #ip: 172.17.0.170\n port: ${xxl-job.port}\n # 执行器日志文件保存天数 [选填] 过期日志自动清理, 限制值大于等于3时生效; 否则, 如-1, 关闭自动清理功能\n log-retention-days: 30','a71d1ca5888ad21d56dc0bf3cfcd7743','2023-10-17 01:12:30','2023-10-17 05:55:47',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (188,'jzo2o-foundations.yaml','DEFAULT_GROUP','jzo2o:\n jwt-key: customer\n\nrabbit-mq:\n enable: true\ncanal:\n enable: true\n sync:\n application-name: ${spring.application.name}\n rabbit-mq:\n routing-keys: canal-mq-jzo2o-data-search,canal-mq-jzo2o-order\n exchange: exchange.canal-jzo2o\n queue: canal-mq-jzo2o-data-search\nxxl-job:\n port: 11603','1873f5c015e79e5b5124abe2497be76b','2023-10-17 01:12:30','2023-10-17 01:12:30',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (189,'jzo2o-publics.yaml','DEFAULT_GROUP','ali:\n oss:\n enable: true\n endpoint: oss-cn-hangzhou.aliyuncs.com\n accessKeyId: xx\n accessKeySecret: xx\n bucketName: yjy-xzbjzfw-oss\nspring:\n servlet:\n multipart:\n enabled: true\n max-file-size: 20MB\n max-request-size: 30MB\ntencent:\n wechat:\n enable: true\n app-id: wx0fe49dab12497b3c\n secret: 107ec17bf25c8f35cd8e7f2500e63d52\namap:\n enable: true\n key: xx\njzo2o:\n jwt-key: operation','4a75d7a73a323670ed9ceb28acb005a0','2023-10-17 01:12:30','2023-11-27 15:14:10',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (190,'jzo2o-trade.yaml','DEFAULT_GROUP','jzo2o:\r\n job:\r\n refund:\r\n count: 100\r\n trading:\r\n count: 100\r\n qrcode:\r\n back-color: \'#ffffff\'\r\n error-correction-level: M\r\n fore-color: \'#000000\'\r\n height: 300\r\n margin: 2\r\n width: 300\r\nxxl-job:\r\n port: 11604\r\nrabbit-mq:\r\n enable: true\r\n','dfc44a5467e5551eae50342422f59930','2023-10-17 01:12:30','2023-10-17 01:12:30',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (191,'shared-spring-seata.yaml','DEFAULT_GROUP','seata:\n data-source-proxy-mode: AT\n registry:\n type: nacos\n nacos:\n server-addr: 192.168.101.68:8848\n namespace: 75a593f5-33e6-4c65-b2a0-18c403d20f63\n group: DEFAULT_GROUP\n application: seata-server\n username: nacos\n password: nacos\n tx-service-group: jzo2o-seata # 事务组名称\n # rm:\n # default:\n # datasource: jzo2o-orders-0\n service:\n vgroup-mapping: # 事务组与cluster的映射关系\n jzo2o-seata: default\n # tm:\n # defaultGlobalTransactionName: jzo2o-orders-0\n # jzo2o-orders-0:\n # txServiceGroup: jzo2o-seata\n # enableDegrade: false\n # disableGlobalTransaction: true\n # degradeCheck: true\n # grouplist: 172.17.2.58:8091\n # jzo2o-orders-1:\n # txServiceGroup: jzo2o-seata\n # enableDegrade: false\n # disableGlobalTransaction: true\n # degradeCheck: true\n # grouplist: 172.17.2.58:8091 \n # jzo2o-orders-2:\n # txServiceGroup: jzo2o-seata\n # enableDegrade: false\n # disableGlobalTransaction: true\n # degradeCheck: true\n # grouplist: 172.17.2.58:8091 \n ','64b524daa2c757240adcac347e50decf','2023-10-17 01:12:30','2023-10-17 08:20:05',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (192,'seata-server.properties','DEFAULT_GROUP','store.mode = db\nstore.db.datasource = druid\nstore.db.dbType = mysql\nstore.db.driverClassName = com.mysql.cj.jdbc.Driver\nstore.db.url = jdbc:mysql://192.168.101.68:3306/seata?useUnicode=true&characterEncoding=utf8&autoReconnect=true&allowMultiQueries=true&useSSL=false\nstore.db.user = root\nstore.db.password = mysql\nstore.db.minConn = 5\nstore.db.maxConn = 100\nstore.db.globalTable = global_table\nstore.db.branchTable = branch_table\nstore.db.lockTable = lock_table\nstore.db.distributedLockTable = distributed_lock\nstore.db.queryLimit = 100\nstore.db.maxWait = 5000\n#seata.tm.global_transaction_timeout = 60000\n#seata.tm.beginTimeout = 5000','ced2f1953e6fecb6475ebb912209bdf0','2023-10-17 01:12:30','2023-10-17 08:21:31',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63','','','','properties','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (193,'jzo2o-orders-history.yaml','DEFAULT_GROUP','rabbit-mq:\r\n enable: true\r\nxxl-job:\r\n executor:\r\n port: 11608','d5eac17223fdc61e7154d59cea194e13','2023-10-17 01:12:30','2023-10-17 01:12:30',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (194,'shared-tidb.yaml','DEFAULT_GROUP','spring:\n datasource:\n driver-class-name: com.mysql.cj.jdbc.Driver\n url: jdbc:mysql://192.168.101.68:3306/${mysql.db-name}?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai&stringtype=unspecified\n username: root\n password: mysql\nmybatis-plus:\n configuration:\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\n page:\n max-limit: 1000\n global-config:\n field-strategy: 0\n db-config:\n logic-delete-field: isDeleted\n id-type: assign_id','cfe3a33bd5165d90a4933c9c90d53f51','2023-10-17 01:12:30','2023-11-20 09:32:14',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63','','','','yaml','');
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (195,'jzo2o-test.yaml','DEFAULT_GROUP','spring:\n datasource:\n driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver\n url: jdbc:shardingsphere:classpath:shardingsphere-jdbc-${spring.profiles.active}.yml\nmybatis-plus:\n configuration:\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\n page:\n max-limit: 1000\n global-config:\n field-strategy: 0\n db-config:\n logic-delete-field: isDeleted\n id-type: assign_id\n','186c66566ca9020b5e21d70eb80d9a39','2023-10-17 01:12:30','2023-10-17 01:12:30',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (196,'jzo2o-market.yaml','DEFAULT_GROUP','rabbit-mq:\r\n enable: true\r\nxxl-job:\r\n executor:\r\n port: 11610','9c3afb3537b24acd8b54c806527d2c8c','2023-10-17 01:12:30','2023-10-17 01:12:30',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (220,'shared-history-db.yaml','DEFAULT_GROUP','spring:\r\n datasource:\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://192.168.101.68:3306/${mysql.db-name}?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai&stringtype=unspecified\r\n username: root\r\n password: mysql\r\nmybatis-plus:\r\n configuration:\r\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\r\n page:\r\n max-limit: 1000\r\n global-config:\r\n field-strategy: 0\r\n db-config:\r\n logic-delete-field: isDeleted\r\n id-type: assign_id','acc8b2e3353b43190d75aca26a1c4c6d','2023-11-21 00:33:41','2023-11-21 00:33:41',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63',NULL,NULL,NULL,'yaml',NULL);
INSERT INTO `config_info` (`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (221,'jzo2o-health.yaml','DEFAULT_GROUP','jzo2o:\r\n jwt-key: customer\r\n token-key:\r\n \"1\": customer\r\n \"2\": customer\r\n \"3\": customer\r\n \"4\": operation\r\n operation-jwt-tool-key: operation\r\n customer-jwt-tool-key: customer\r\n trade:\r\n aliEnterpriseId: 2088241317544335\r\n wechatEnterpriseId: 1561414331\r\n job:\r\n refundOrderCount: 100\r\n overTimePayOrderCount: 100\r\nxxl-job:\r\n port: 21600','addc27ba64266afd68af2f2df2769d7b','2023-11-27 01:17:44','2023-11-27 01:17:44',NULL,'192.168.101.1','','75a593f5-33e6-4c65-b2a0-18c403d20f63',NULL,NULL,NULL,'yaml',NULL);
/*!40000 ALTER TABLE `config_info` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `config_info_aggr`
--
DROP TABLE IF EXISTS `config_info_aggr`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `config_info_aggr` (
`id` bigint NOT NULL AUTO_INCREMENT COMMENT 'id',
`data_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'data_id',
`group_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'group_id',
`datum_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'datum_id',
`content` longtext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT '内容',
`gmt_modified` datetime NOT NULL COMMENT '修改时间',
`app_name` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
`tenant_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT '' COMMENT '租户字段',
PRIMARY KEY (`id`) USING BTREE,
UNIQUE KEY `uk_configinfoaggr_datagrouptenantdatum` (`data_id`,`group_id`,`tenant_id`,`datum_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='增加租户字段';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `config_info_aggr`
--
LOCK TABLES `config_info_aggr` WRITE;
/*!40000 ALTER TABLE `config_info_aggr` DISABLE KEYS */;
/*!40000 ALTER TABLE `config_info_aggr` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `config_info_beta`
--
DROP TABLE IF EXISTS `config_info_beta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `config_info_beta` (
`id` bigint NOT NULL AUTO_INCREMENT COMMENT 'id',
`data_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'data_id',
`group_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'group_id',
`app_name` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'app_name',
`content` longtext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'content',
`beta_ips` varchar(1024) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'betaIps',
`md5` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'md5',
`gmt_create` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`gmt_modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '修改时间',
`src_user` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'source user',
`src_ip` varchar(50) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'source ip',
`tenant_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT '' COMMENT '租户字段',
PRIMARY KEY (`id`) USING BTREE,
UNIQUE KEY `uk_configinfobeta_datagrouptenant` (`data_id`,`group_id`,`tenant_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='config_info_beta';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `config_info_beta`
--
LOCK TABLES `config_info_beta` WRITE;
/*!40000 ALTER TABLE `config_info_beta` DISABLE KEYS */;
/*!40000 ALTER TABLE `config_info_beta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `config_info_tag`
--
DROP TABLE IF EXISTS `config_info_tag`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `config_info_tag` (
`id` bigint NOT NULL AUTO_INCREMENT COMMENT 'id',
`data_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'data_id',
`group_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'group_id',
`tenant_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT '' COMMENT 'tenant_id',
`tag_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'tag_id',
`app_name` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'app_name',
`content` longtext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'content',
`md5` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'md5',
`gmt_create` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`gmt_modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '修改时间',
`src_user` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'source user',
`src_ip` varchar(50) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'source ip',
PRIMARY KEY (`id`) USING BTREE,
UNIQUE KEY `uk_configinfotag_datagrouptenanttag` (`data_id`,`group_id`,`tenant_id`,`tag_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='config_info_tag';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `config_info_tag`
--
LOCK TABLES `config_info_tag` WRITE;
/*!40000 ALTER TABLE `config_info_tag` DISABLE KEYS */;
/*!40000 ALTER TABLE `config_info_tag` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `config_tags_relation`
--
DROP TABLE IF EXISTS `config_tags_relation`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `config_tags_relation` (
`id` bigint NOT NULL COMMENT 'id',
`tag_name` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'tag_name',
`tag_type` varchar(64) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'tag_type',
`data_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'data_id',
`group_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'group_id',
`tenant_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT '' COMMENT 'tenant_id',
`nid` bigint NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`nid`) USING BTREE,
UNIQUE KEY `uk_configtagrelation_configidtag` (`id`,`tag_name`,`tag_type`) USING BTREE,
KEY `idx_tenant_id` (`tenant_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='config_tag_relation';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `config_tags_relation`
--
LOCK TABLES `config_tags_relation` WRITE;
/*!40000 ALTER TABLE `config_tags_relation` DISABLE KEYS */;
/*!40000 ALTER TABLE `config_tags_relation` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `group_capacity`
--
DROP TABLE IF EXISTS `group_capacity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `group_capacity` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '主键ID',
`group_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT 'Group ID空字符表示整个集群',
`quota` int unsigned NOT NULL DEFAULT '0' COMMENT '配额0表示使用默认值',
`usage` int unsigned NOT NULL DEFAULT '0' COMMENT '使用量',
`max_size` int unsigned NOT NULL DEFAULT '0' COMMENT '单个配置大小上限单位为字节0表示使用默认值',
`max_aggr_count` int unsigned NOT NULL DEFAULT '0' COMMENT '聚合子配置最大个数0表示使用默认值',
`max_aggr_size` int unsigned NOT NULL DEFAULT '0' COMMENT '单个聚合数据的子配置大小上限单位为字节0表示使用默认值',
`max_history_count` int unsigned NOT NULL DEFAULT '0' COMMENT '最大变更历史数量',
`gmt_create` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`gmt_modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '修改时间',
PRIMARY KEY (`id`) USING BTREE,
UNIQUE KEY `uk_group_id` (`group_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='集群、各Group容量信息表';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `group_capacity`
--
LOCK TABLES `group_capacity` WRITE;
/*!40000 ALTER TABLE `group_capacity` DISABLE KEYS */;
/*!40000 ALTER TABLE `group_capacity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `his_config_info`
--
DROP TABLE IF EXISTS `his_config_info`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `his_config_info` (
`id` bigint unsigned NOT NULL,
`nid` bigint unsigned NOT NULL AUTO_INCREMENT,
`data_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
`group_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
`app_name` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'app_name',
`content` longtext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
`md5` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
`gmt_create` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`gmt_modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`src_user` text CHARACTER SET utf8 COLLATE utf8_bin,
`src_ip` varchar(50) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
`op_type` char(10) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
`tenant_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT '' COMMENT '租户字段',
PRIMARY KEY (`nid`) USING BTREE,
KEY `idx_gmt_create` (`gmt_create`) USING BTREE,
KEY `idx_gmt_modified` (`gmt_modified`) USING BTREE,
KEY `idx_did` (`data_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=237 DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='多租户改造';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `his_config_info`
--
LOCK TABLES `his_config_info` WRITE;
/*!40000 ALTER TABLE `his_config_info` DISABLE KEYS */;
INSERT INTO `his_config_info` (`id`, `nid`, `data_id`, `group_id`, `app_name`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `op_type`, `tenant_id`) VALUES (185,225,'jzo2o-orders-manager.yaml','DEFAULT_GROUP','','spring:\n datasource:\n driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver\n url: jdbc:shardingsphere:classpath:shardingsphere-jdbc-${spring.profiles.active}.yml\nmybatis-plus:\n configuration:\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\n page:\n max-limit: 1000\n global-config:\n field-strategy: 0\n db-config:\n logic-delete-field: isDeleted\n id-type: assign_id\nxxl-job:\n port: 9998\ncanal:\n enable: true\n sync:\n application-name: ${spring.application.name}\n rabbit-mq:\n routing-keys: canal-mq-jzo2o-orders-manager\n exchange: exchange.canal-jzo2o\n queue: canal-mq-jzo2o-orders-manager\nrabbit-mq:\n enable: true\njzo2o:\n trade:\n aliEnterpriseId: 2088241317544335\n wechatEnterpriseId: 1561414331\n job:\n autoEvaluateCount: 100\n openPay: true','08887a204eae677ff4764d7f1901e861','2023-10-29 07:03:53','2023-10-29 07:03:54',NULL,'192.168.101.1','U','75a593f5-33e6-4c65-b2a0-18c403d20f63');
INSERT INTO `his_config_info` (`id`, `nid`, `data_id`, `group_id`, `app_name`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `op_type`, `tenant_id`) VALUES (185,226,'jzo2o-orders-manager.yaml','DEFAULT_GROUP','','# spring:\n# datasource:\n# driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver\n# url: jdbc:shardingsphere:classpath:shardingsphere-jdbc-${spring.profiles.active}.yml\nmybatis-plus:\n configuration:\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\n page:\n max-limit: 1000\n global-config:\n field-strategy: 0\n db-config:\n logic-delete-field: isDeleted\n id-type: assign_id\nxxl-job:\n port: 9998\ncanal:\n enable: true\n sync:\n application-name: ${spring.application.name}\n rabbit-mq:\n routing-keys: canal-mq-jzo2o-orders-manager\n exchange: exchange.canal-jzo2o\n queue: canal-mq-jzo2o-orders-manager\nrabbit-mq:\n enable: true\njzo2o:\n trade:\n aliEnterpriseId: 2088241317544335\n wechatEnterpriseId: 1561414331\n job:\n autoEvaluateCount: 100\n openPay: true','d8fc64c61b778ddba8492ddd27fdd030','2023-10-29 08:43:17','2023-10-29 08:43:17',NULL,'192.168.101.1','U','75a593f5-33e6-4c65-b2a0-18c403d20f63');
INSERT INTO `his_config_info` (`id`, `nid`, `data_id`, `group_id`, `app_name`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `op_type`, `tenant_id`) VALUES (185,227,'jzo2o-orders-manager.yaml','DEFAULT_GROUP','','# spring:\n# datasource:\n# driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver\n# url: jdbc:shardingsphere:classpath:shardingsphere-jdbc-${spring.profiles.active}.yml\nspring:\n cloud:\n sentinel:\n transport:\n # 供sentinel dashboard平台访问端口\n port: 8719\n # sentinel控制台\n dashboard: 192.168.101.68:8087\n #服务启动直接建立心跳连接\n eager: true\nmybatis-plus:\n configuration:\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\n page:\n max-limit: 1000\n global-config:\n field-strategy: 0\n db-config:\n logic-delete-field: isDeleted\n id-type: assign_id\nxxl-job:\n port: 9998\ncanal:\n enable: true\n sync:\n application-name: ${spring.application.name}\n rabbit-mq:\n routing-keys: canal-mq-jzo2o-orders-manager\n exchange: exchange.canal-jzo2o\n queue: canal-mq-jzo2o-orders-manager\nrabbit-mq:\n enable: true\njzo2o:\n trade:\n aliEnterpriseId: 2088241317544335\n wechatEnterpriseId: 1561414331\n job:\n autoEvaluateCount: 100\n openPay: true','25c51f5eb2b405fba1ff06335de13e85','2023-10-29 08:58:10','2023-10-29 08:58:11',NULL,'192.168.101.1','U','75a593f5-33e6-4c65-b2a0-18c403d20f63');
INSERT INTO `his_config_info` (`id`, `nid`, `data_id`, `group_id`, `app_name`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `op_type`, `tenant_id`) VALUES (185,228,'jzo2o-orders-manager.yaml','DEFAULT_GROUP','','# spring:\n# datasource:\n# driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver\n# url: jdbc:shardingsphere:classpath:shardingsphere-jdbc-${spring.profiles.active}.yml\nspring:\n cloud:\n sentinel:\n transport:\n # 供sentinel dashboard平台访问端口\n port: 8719\n # sentinel控制台\n dashboard: 192.168.101.1:8087\n #服务启动直接建立心跳连接\n eager: true\nmybatis-plus:\n configuration:\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\n page:\n max-limit: 1000\n global-config:\n field-strategy: 0\n db-config:\n logic-delete-field: isDeleted\n id-type: assign_id\nxxl-job:\n port: 9998\ncanal:\n enable: true\n sync:\n application-name: ${spring.application.name}\n rabbit-mq:\n routing-keys: canal-mq-jzo2o-orders-manager\n exchange: exchange.canal-jzo2o\n queue: canal-mq-jzo2o-orders-manager\nrabbit-mq:\n enable: true\njzo2o:\n trade:\n aliEnterpriseId: 2088241317544335\n wechatEnterpriseId: 1561414331\n job:\n autoEvaluateCount: 100\n openPay: true','972209bc8e56bd59c9586cdb65a32a0e','2023-11-02 16:53:18','2023-11-02 08:53:18',NULL,'192.168.101.1','U','75a593f5-33e6-4c65-b2a0-18c403d20f63');
INSERT INTO `his_config_info` (`id`, `nid`, `data_id`, `group_id`, `app_name`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `op_type`, `tenant_id`) VALUES (185,229,'jzo2o-orders-manager.yaml','DEFAULT_GROUP','','# spring:\n# datasource:\n# driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver\n# url: jdbc:shardingsphere:classpath:shardingsphere-jdbc-${spring.profiles.active}.yml\nspring:\n cloud:\n sentinel:\n transport:\n # 供sentinel dashboard平台访问端口\n port: 8719\n # sentinel控制台\n dashboard: 192.168.101.1:8087\n #服务启动直接建立心跳连接\n eager: true\nmybatis-plus:\n configuration:\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\n page:\n max-limit: 1000\n global-config:\n field-strategy: 0\n db-config:\n logic-delete-field: isDeleted\n id-type: assign_id\nxxl-job:\n port: 9998\ncanal:\n enable: true\n sync:\n application-name: ${spring.application.name}\n rabbit-mq:\n routing-keys: canal-mq-jzo2o-orders-manager\n exchange: exchange.canal-jzo2o\n queue: canal-mq-jzo2o-orders-manager\nrabbit-mq:\n enable: true\njzo2o:\n trade:\n aliEnterpriseId: 2088241317544335\n wechatEnterpriseId: 1561414331\n job:\n autoEvaluateCount: 100\n openPay: true','972209bc8e56bd59c9586cdb65a32a0e','2023-11-02 17:13:16','2023-11-02 09:13:16',NULL,'192.168.101.1','U','75a593f5-33e6-4c65-b2a0-18c403d20f63');
INSERT INTO `his_config_info` (`id`, `nid`, `data_id`, `group_id`, `app_name`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `op_type`, `tenant_id`) VALUES (185,230,'jzo2o-orders-manager.yaml','DEFAULT_GROUP','','spring:\n datasource:\n driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver\n url: jdbc:shardingsphere:classpath:shardingsphere-jdbc-${spring.profiles.active}.yml\nspring:\n cloud:\n sentinel:\n transport:\n # 供sentinel dashboard平台访问端口\n port: 8719\n # sentinel控制台\n dashboard: 192.168.101.1:8087\n #服务启动直接建立心跳连接\n eager: true\nmybatis-plus:\n configuration:\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\n page:\n max-limit: 1000\n global-config:\n field-strategy: 0\n db-config:\n logic-delete-field: isDeleted\n id-type: assign_id\nxxl-job:\n port: 9998\ncanal:\n enable: true\n sync:\n application-name: ${spring.application.name}\n rabbit-mq:\n routing-keys: canal-mq-jzo2o-orders-manager\n exchange: exchange.canal-jzo2o\n queue: canal-mq-jzo2o-orders-manager\nrabbit-mq:\n enable: true\njzo2o:\n trade:\n aliEnterpriseId: 2088241317544335\n wechatEnterpriseId: 1561414331\n job:\n autoEvaluateCount: 100\n openPay: true','532530c9ecf0d1438b93f9f27340c4cf','2023-11-02 17:21:49','2023-11-02 09:21:50',NULL,'192.168.101.1','U','75a593f5-33e6-4c65-b2a0-18c403d20f63');
INSERT INTO `his_config_info` (`id`, `nid`, `data_id`, `group_id`, `app_name`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `op_type`, `tenant_id`) VALUES (185,231,'jzo2o-orders-manager.yaml','DEFAULT_GROUP','','spring:\n datasource:\n driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver\n url: jdbc:shardingsphere:classpath:shardingsphere-jdbc-${spring.profiles.active}.yml\n# spring:\n cloud:\n sentinel:\n transport:\n # 供sentinel dashboard平台访问端口\n port: 8719\n # sentinel控制台\n dashboard: 192.168.101.1:8087\n #服务启动直接建立心跳连接\n eager: true\nmybatis-plus:\n configuration:\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\n page:\n max-limit: 1000\n global-config:\n field-strategy: 0\n db-config:\n logic-delete-field: isDeleted\n id-type: assign_id\nxxl-job:\n port: 9998\ncanal:\n enable: true\n sync:\n application-name: ${spring.application.name}\n rabbit-mq:\n routing-keys: canal-mq-jzo2o-orders-manager\n exchange: exchange.canal-jzo2o\n queue: canal-mq-jzo2o-orders-manager\nrabbit-mq:\n enable: true\njzo2o:\n trade:\n aliEnterpriseId: 2088241317544335\n wechatEnterpriseId: 1561414331\n job:\n autoEvaluateCount: 100\n openPay: true','7f16b19fb94207c7435942048ba81c09','2023-11-15 14:24:07','2023-11-15 06:24:07',NULL,'192.168.101.1','U','75a593f5-33e6-4c65-b2a0-18c403d20f63');
INSERT INTO `his_config_info` (`id`, `nid`, `data_id`, `group_id`, `app_name`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `op_type`, `tenant_id`) VALUES (194,232,'shared-tidb.yaml','DEFAULT_GROUP','','spring:\r\n datasource:\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://192.168.101.65:3306/${mysql.db-name}?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai&stringtype=unspecified\r\n username: root\r\n password: mysql\r\nmybatis-plus:\r\n configuration:\r\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\r\n page:\r\n max-limit: 1000\r\n global-config:\r\n field-strategy: 0\r\n db-config:\r\n logic-delete-field: isDeleted\r\n id-type: assign_id','8bf252f890dd84c6e283fb9997e94d2c','2023-11-20 17:32:13','2023-11-20 09:32:14',NULL,'192.168.101.1','U','75a593f5-33e6-4c65-b2a0-18c403d20f63');
INSERT INTO `his_config_info` (`id`, `nid`, `data_id`, `group_id`, `app_name`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `op_type`, `tenant_id`) VALUES (0,233,'shared-history-db.yaml','DEFAULT_GROUP','','spring:\r\n datasource:\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://192.168.101.68:3306/${mysql.db-name}?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai&stringtype=unspecified\r\n username: root\r\n password: mysql\r\nmybatis-plus:\r\n configuration:\r\n default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler\r\n page:\r\n max-limit: 1000\r\n global-config:\r\n field-strategy: 0\r\n db-config:\r\n logic-delete-field: isDeleted\r\n id-type: assign_id','acc8b2e3353b43190d75aca26a1c4c6d','2023-11-21 08:33:40','2023-11-21 00:33:41',NULL,'192.168.101.1','I','75a593f5-33e6-4c65-b2a0-18c403d20f63');
INSERT INTO `his_config_info` (`id`, `nid`, `data_id`, `group_id`, `app_name`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `op_type`, `tenant_id`) VALUES (0,234,'jzo2o-health.yaml','DEFAULT_GROUP','','jzo2o:\r\n jwt-key: customer\r\n token-key:\r\n \"1\": customer\r\n \"2\": customer\r\n \"3\": customer\r\n \"4\": operation\r\n operation-jwt-tool-key: operation\r\n customer-jwt-tool-key: customer\r\n trade:\r\n aliEnterpriseId: 2088241317544335\r\n wechatEnterpriseId: 1561414331\r\n job:\r\n refundOrderCount: 100\r\n overTimePayOrderCount: 100\r\nxxl-job:\r\n port: 21600','addc27ba64266afd68af2f2df2769d7b','2023-11-27 09:17:44','2023-11-27 01:17:44',NULL,'192.168.101.1','I','75a593f5-33e6-4c65-b2a0-18c403d20f63');
INSERT INTO `his_config_info` (`id`, `nid`, `data_id`, `group_id`, `app_name`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `op_type`, `tenant_id`) VALUES (189,235,'jzo2o-publics.yaml','DEFAULT_GROUP','','ali:\n oss:\n enable: true\n endpoint: oss-cn-hangzhou.aliyuncs.com\n accessKeyId: LTAI5tNay2XZuSBFTXsLJRNJ\n accessKeySecret: dI9Rqo0OP2ClfCOWMKbSDZzvj04IGp\n bucketName: jzo2o-oss\nspring:\n servlet:\n multipart:\n enabled: true\n max-file-size: 20MB\n max-request-size: 30MB\ntencent:\n wechat:\n enable: true\n app-id: wx0fe49dab12497b3c\n secret: 107ec17bf25c8f35cd8e7f2500e63d52\namap:\n enable: true\n key: 0547c66c48a1e589f945e2554dcb8beb\njzo2o:\n jwt-key: operation','cd46a40c4565cfeafcd471d6b07e55f2','2023-11-27 23:14:09','2023-11-27 15:14:10',NULL,'192.168.101.1','U','75a593f5-33e6-4c65-b2a0-18c403d20f63');
INSERT INTO `his_config_info` (`id`, `nid`, `data_id`, `group_id`, `app_name`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `op_type`, `tenant_id`) VALUES (181,236,'shared-redis-cluster.yaml','DEFAULT_GROUP','','spring:\n redis:\n host: 192.168.101.68\n port: 6379\n password: \"redis\"\n\n\n# spring:\n# redis:\n# timeout: 6000 # 连接超时时长(毫秒)\n# password: \"HdFQyMafdZjl2nQ5\"\n# # database: 0\n# cluster:\n# nodes:\n# - 172.17.2.58:7000\n# - 172.17.2.58:7001\n# - 172.17.2.58:7002\n# - 172.17.2.58:7003\n# - 172.17.2.58:7004\n# - 172.17.2.58:7005\n# max-redirects: 3\n# lettuce:\n# pool:\n# max-active: 1024 # 连接池最大连接数默认为8-1表示无限制 如果pool已经分配了超过max_active个jedis实例则此时pool为耗尽\n# max-wait: 10000 #最大等待连接时间,单位毫秒 默认为-1表示永不超时超时会抛出JedisConnectionException\n# max-idle: 10\n# min-idle: 5\n# cluster:\n# refresh:\n# adaptive: true\n # shutdown-timeout: 100','55480e088ee0f9d96439f6f61d2bf0c8','2023-11-27 23:15:22','2023-11-27 15:15:23',NULL,'192.168.101.1','U','75a593f5-33e6-4c65-b2a0-18c403d20f63');
/*!40000 ALTER TABLE `his_config_info` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `permissions`
--
DROP TABLE IF EXISTS `permissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `permissions` (
`role` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`resource` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`action` varchar(8) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
UNIQUE KEY `uk_role_permission` (`role`,`resource`,`action`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `permissions`
--
LOCK TABLES `permissions` WRITE;
/*!40000 ALTER TABLE `permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `permissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `roles`
--
DROP TABLE IF EXISTS `roles`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `roles` (
`username` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`role` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
UNIQUE KEY `idx_user_role` (`username`,`role`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `roles`
--
LOCK TABLES `roles` WRITE;
/*!40000 ALTER TABLE `roles` DISABLE KEYS */;
INSERT INTO `roles` (`username`, `role`) VALUES ('nacos','ROLE_ADMIN');
/*!40000 ALTER TABLE `roles` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tenant_capacity`
--
DROP TABLE IF EXISTS `tenant_capacity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tenant_capacity` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '主键ID',
`tenant_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT 'Tenant ID',
`quota` int unsigned NOT NULL DEFAULT '0' COMMENT '配额0表示使用默认值',
`usage` int unsigned NOT NULL DEFAULT '0' COMMENT '使用量',
`max_size` int unsigned NOT NULL DEFAULT '0' COMMENT '单个配置大小上限单位为字节0表示使用默认值',
`max_aggr_count` int unsigned NOT NULL DEFAULT '0' COMMENT '聚合子配置最大个数',
`max_aggr_size` int unsigned NOT NULL DEFAULT '0' COMMENT '单个聚合数据的子配置大小上限单位为字节0表示使用默认值',
`max_history_count` int unsigned NOT NULL DEFAULT '0' COMMENT '最大变更历史数量',
`gmt_create` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`gmt_modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '修改时间',
PRIMARY KEY (`id`) USING BTREE,
UNIQUE KEY `uk_tenant_id` (`tenant_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='租户容量信息表';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tenant_capacity`
--
LOCK TABLES `tenant_capacity` WRITE;
/*!40000 ALTER TABLE `tenant_capacity` DISABLE KEYS */;
/*!40000 ALTER TABLE `tenant_capacity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tenant_info`
--
DROP TABLE IF EXISTS `tenant_info`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tenant_info` (
`id` bigint NOT NULL AUTO_INCREMENT COMMENT 'id',
`kp` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'kp',
`tenant_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT '' COMMENT 'tenant_id',
`tenant_name` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT '' COMMENT 'tenant_name',
`tenant_desc` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'tenant_desc',
`create_source` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'create_source',
`gmt_create` bigint NOT NULL COMMENT '创建时间',
`gmt_modified` bigint NOT NULL COMMENT '修改时间',
PRIMARY KEY (`id`) USING BTREE,
UNIQUE KEY `uk_tenant_info_kptenantid` (`kp`,`tenant_id`) USING BTREE,
KEY `idx_tenant_id` (`tenant_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='tenant_info';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tenant_info`
--
LOCK TABLES `tenant_info` WRITE;
/*!40000 ALTER TABLE `tenant_info` DISABLE KEYS */;
INSERT INTO `tenant_info` (`id`, `kp`, `tenant_id`, `tenant_name`, `tenant_desc`, `create_source`, `gmt_create`, `gmt_modified`) VALUES (1,'1','3adc3388-087e-4c90-a373-c5a6484752df','xc3.0_dev','xc3.0_dev','nacos',1661952703443,1661952703443);
INSERT INTO `tenant_info` (`id`, `kp`, `tenant_id`, `tenant_name`, `tenant_desc`, `create_source`, `gmt_create`, `gmt_modified`) VALUES (3,'1','dev','开发环境','开发环境','nacos',1662865995686,1662865995686);
INSERT INTO `tenant_info` (`id`, `kp`, `tenant_id`, `tenant_name`, `tenant_desc`, `create_source`, `gmt_create`, `gmt_modified`) VALUES (4,'1','test','测试环境','测试环境','nacos',1662867234159,1662867234159);
INSERT INTO `tenant_info` (`id`, `kp`, `tenant_id`, `tenant_name`, `tenant_desc`, `create_source`, `gmt_create`, `gmt_modified`) VALUES (5,'1','prod','生产环境','生产环境','nacos',1662868015781,1662868015781);
INSERT INTO `tenant_info` (`id`, `kp`, `tenant_id`, `tenant_name`, `tenant_desc`, `create_source`, `gmt_create`, `gmt_modified`) VALUES (6,'1','75a593f5-33e6-4c65-b2a0-18c403d20f63','家政o2o','家政o2o','nacos',1697505137001,1697505137001);
/*!40000 ALTER TABLE `tenant_info` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `users`
--
DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `users` (
`username` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`password` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`enabled` tinyint(1) NOT NULL,
PRIMARY KEY (`username`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `users`
--
LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` (`username`, `password`, `enabled`) VALUES ('nacos','$2a$10$EuWPZHzz32dJN7jexM34MOeYirDdFAZm2kuWj7VEOJhhZkDrxfvUu',1);
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023-11-28 8:54:00

365
sql脚本/xxl_job_2.3.1.sql Normal file
View File

@ -0,0 +1,365 @@
-- MySQL dump 10.13 Distrib 8.0.31, for Win64 (x86_64)
--
-- Host: 192.168.101.68 Database: xxl_job_2.3.1
-- ------------------------------------------------------
-- Server version 8.0.26
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Current Database: `xxl_job_2.3.1`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `xxl_job_2.3.1` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;
USE `xxl_job_2.3.1`;
--
-- Table structure for table `xxl_job_group`
--
DROP TABLE IF EXISTS `xxl_job_group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `xxl_job_group` (
`id` int NOT NULL AUTO_INCREMENT,
`app_name` varchar(64) NOT NULL COMMENT '执行器AppName',
`title` varchar(12) NOT NULL COMMENT '执行器名称',
`address_type` tinyint NOT NULL DEFAULT '0' COMMENT '执行器地址类型0=自动注册、1=手动录入',
`address_list` text COMMENT '执行器地址列表,多地址逗号分隔',
`update_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `xxl_job_group`
--
LOCK TABLES `xxl_job_group` WRITE;
/*!40000 ALTER TABLE `xxl_job_group` DISABLE KEYS */;
INSERT INTO `xxl_job_group` (`id`, `app_name`, `title`, `address_type`, `address_list`, `update_time`) VALUES (1,'xxl-job-executor-sample','示例执行器',0,NULL,'2023-11-30 22:04:25');
INSERT INTO `xxl_job_group` (`id`, `app_name`, `title`, `address_type`, `address_list`, `update_time`) VALUES (2,'media-process-service','视频处理任务',0,NULL,'2023-11-30 22:04:25');
INSERT INTO `xxl_job_group` (`id`, `app_name`, `title`, `address_type`, `address_list`, `update_time`) VALUES (3,'coursepublish-job','课程发布任务',0,NULL,'2023-11-30 22:04:25');
INSERT INTO `xxl_job_group` (`id`, `app_name`, `title`, `address_type`, `address_list`, `update_time`) VALUES (4,'payresultnotify-job','支付结果通知',0,NULL,'2023-11-30 22:04:25');
INSERT INTO `xxl_job_group` (`id`, `app_name`, `title`, `address_type`, `address_list`, `update_time`) VALUES (5,'jzo2o-orders-seize','抢单调度器',0,NULL,'2023-11-30 22:04:25');
INSERT INTO `xxl_job_group` (`id`, `app_name`, `title`, `address_type`, `address_list`, `update_time`) VALUES (6,'jzo2o-orders-dispatch','派单调度器',0,NULL,'2023-11-30 22:04:25');
INSERT INTO `xxl_job_group` (`id`, `app_name`, `title`, `address_type`, `address_list`, `update_time`) VALUES (8,'jzo2o-orders-manager','订单管理',0,NULL,'2023-11-30 22:04:25');
INSERT INTO `xxl_job_group` (`id`, `app_name`, `title`, `address_type`, `address_list`, `update_time`) VALUES (9,'jzo2o-trade','支付服务',0,NULL,'2023-11-30 22:04:25');
INSERT INTO `xxl_job_group` (`id`, `app_name`, `title`, `address_type`, `address_list`, `update_time`) VALUES (10,'jzo2o-market','营销中心',0,NULL,'2023-11-30 22:04:25');
INSERT INTO `xxl_job_group` (`id`, `app_name`, `title`, `address_type`, `address_list`, `update_time`) VALUES (11,'jzo2o-orders-history','历史订单',0,NULL,'2023-11-30 22:04:25');
INSERT INTO `xxl_job_group` (`id`, `app_name`, `title`, `address_type`, `address_list`, `update_time`) VALUES (12,'jzo2o-health','即刻体检',0,NULL,'2023-11-30 22:04:25');
/*!40000 ALTER TABLE `xxl_job_group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `xxl_job_info`
--
DROP TABLE IF EXISTS `xxl_job_info`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `xxl_job_info` (
`id` int NOT NULL AUTO_INCREMENT,
`job_group` int NOT NULL COMMENT '执行器主键ID',
`job_desc` varchar(255) NOT NULL,
`add_time` datetime DEFAULT NULL,
`update_time` datetime DEFAULT NULL,
`author` varchar(64) DEFAULT NULL COMMENT '作者',
`alarm_email` varchar(255) DEFAULT NULL COMMENT '报警邮件',
`schedule_type` varchar(50) NOT NULL DEFAULT 'NONE' COMMENT '调度类型',
`schedule_conf` varchar(128) DEFAULT NULL COMMENT '调度配置,值含义取决于调度类型',
`misfire_strategy` varchar(50) NOT NULL DEFAULT 'DO_NOTHING' COMMENT '调度过期策略',
`executor_route_strategy` varchar(50) DEFAULT NULL COMMENT '执行器路由策略',
`executor_handler` varchar(255) DEFAULT NULL COMMENT '执行器任务handler',
`executor_param` varchar(512) DEFAULT NULL COMMENT '执行器任务参数',
`executor_block_strategy` varchar(50) DEFAULT NULL COMMENT '阻塞处理策略',
`executor_timeout` int NOT NULL DEFAULT '0' COMMENT '任务执行超时时间,单位秒',
`executor_fail_retry_count` int NOT NULL DEFAULT '0' COMMENT '失败重试次数',
`glue_type` varchar(50) NOT NULL COMMENT 'GLUE类型',
`glue_source` mediumtext COMMENT 'GLUE源代码',
`glue_remark` varchar(128) DEFAULT NULL COMMENT 'GLUE备注',
`glue_updatetime` datetime DEFAULT NULL COMMENT 'GLUE更新时间',
`child_jobid` varchar(255) DEFAULT NULL COMMENT '子任务ID多个逗号分隔',
`trigger_status` tinyint NOT NULL DEFAULT '0' COMMENT '调度状态0-停止1-运行',
`trigger_last_time` bigint NOT NULL DEFAULT '0' COMMENT '上次调度时间',
`trigger_next_time` bigint NOT NULL DEFAULT '0' COMMENT '下次调度时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `xxl_job_info`
--
LOCK TABLES `xxl_job_info` WRITE;
/*!40000 ALTER TABLE `xxl_job_info` DISABLE KEYS */;
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (1,1,'测试任务1','2018-11-03 22:21:31','2018-11-03 22:21:31','XXL','','CRON','0 0 0 * * ? *','DO_NOTHING','FIRST','demoJobHandler','','SERIAL_EXECUTION',0,0,'BEAN','','GLUE代码初始化','2018-11-03 22:21:31','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (2,2,'视频处理','2022-09-13 20:42:33','2022-09-13 21:14:04','xxljob','','CRON','0/3 * * * * ?','DO_NOTHING','FIRST','testJob','','SERIAL_EXECUTION',0,0,'BEAN','','GLUE代码初始化','2022-09-13 20:42:33','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (3,2,'测试分片任务','2022-09-13 21:15:18','2022-09-14 18:32:24','xxljob','','CRON','0/3 * * * * ?','DO_NOTHING','SHARDING_BROADCAST','shardingJobHandler','','SERIAL_EXECUTION',0,0,'BEAN','','GLUE代码初始化','2022-09-13 21:15:18','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (4,2,'视频处理','2022-09-14 18:33:41','2022-09-22 14:13:58','xxljob','','CRON','0/5 * * * * ?','DO_NOTHING','SHARDING_BROADCAST','videoJobHandler','','DISCARD_LATER',0,0,'BEAN','','GLUE代码初始化','2022-09-14 18:33:41','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (5,3,'课程发布任务','2022-09-22 10:46:22','2023-10-17 20:44:42','xxl-job','','CRON','0/10 * * * * ?','DO_NOTHING','SHARDING_BROADCAST','CoursePublishJobHandler','','DISCARD_LATER',0,0,'BEAN','','GLUE代码初始化','2022-09-22 10:46:22','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (6,4,'支付结果通知','2022-10-05 06:38:02','2023-10-17 20:44:51','xxl-job','','CRON','0/10 * * * * ?','DO_NOTHING','SHARDING_BROADCAST','NotifyPayResultJobHandler','','DISCARD_LATER',0,0,'BEAN','','GLUE代码初始化','2022-10-05 06:38:02','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (7,5,'抢单终止','2023-10-17 20:45:16','2023-11-15 17:01:19','xxljob','','CRON','0/5 * * * * ?','DO_NOTHING','FIRST','arriveServeStartTimeStopSeizeJob','','SERIAL_EXECUTION',0,0,'BEAN','','GLUE代码初始化','2023-10-17 20:45:16','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (8,5,'抢单超时进入派单','2023-10-17 20:45:46','2023-11-15 17:01:16','xxljob','','CRON','0/5 * * * * ?','DO_NOTHING','FIRST','seizeTimeoutIntoDispatchPoolJob','','SERIAL_EXECUTION',0,0,'BEAN','','GLUE代码初始化','2023-10-17 20:45:46','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (9,5,'抢单结果同步','2023-10-17 20:46:13','2023-11-30 21:39:22','xxljob','','CRON','0/10 * * * * ?','DO_NOTHING','FIRST','seizeSyncJob','','SERIAL_EXECUTION',0,0,'BEAN','','GLUE代码初始化','2023-10-17 20:46:13','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (10,6,'派单终止','2023-10-17 20:54:58','2023-11-24 15:42:35','xxljob','','CRON','0/5 * * * * ?','DO_NOTHING','FIRST','arriveServeStartTimeStopDispatchJob','','SERIAL_EXECUTION',0,0,'BEAN','','GLUE代码初始化','2023-10-17 20:54:58','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (11,6,'派单调度任务','2023-10-17 20:55:19','2023-11-30 21:39:06','xxljob','','CRON','0/5 * * * * ?','DO_NOTHING','FIRST','dispatch','','SERIAL_EXECUTION',0,0,'BEAN','','GLUE代码初始化','2023-10-17 20:55:19','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (13,8,'退款','2023-10-28 17:18:48','2023-11-02 18:45:16','xxljob','','CRON','0/5 * * * * ?','DO_NOTHING','FIRST','handleRefundOrders','','SERIAL_EXECUTION',0,0,'BEAN','','GLUE代码初始化','2023-10-28 17:18:48','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (14,9,'支付通知','2023-10-31 16:21:49','2023-11-30 21:39:27','xxljob','','CRON','0/5 * * * * ?','DO_NOTHING','SHARDING_BROADCAST','tradingJob','','SERIAL_EXECUTION',0,0,'BEAN','','GLUE代码初始化','2023-10-31 16:21:49','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (15,10,'活动状态变更任务','2023-11-05 15:44:54','2023-11-09 21:23:31','xxljob','','CRON','0/59 * * * * ?','DO_NOTHING','FIRST','updateActivityStatus','','SERIAL_EXECUTION',0,0,'BEAN','','GLUE代码初始化','2023-11-05 15:44:54','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (17,10,'活动定时预热任务','2023-11-08 10:19:56','2023-11-09 21:23:29','xxljob','','CRON','0/5 * * * * ?','DO_NOTHING','FIRST','activityPreheat','','SERIAL_EXECUTION',0,0,'BEAN','','GLUE代码初始化','2023-11-08 10:19:56','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (18,10,'抢券结果同步任务','2023-11-09 09:12:42','2023-11-09 21:23:27','xxljob','','CRON','0/10 * * * * ?','DO_NOTHING','FIRST','seizeCouponSyncJob','','SERIAL_EXECUTION',0,0,'BEAN','','GLUE代码初始化','2023-11-09 09:12:42','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (19,11,'迁移订单信息','2023-11-20 18:45:39','2023-11-30 21:39:15','xxljob','','CRON','0/10 * * * * ?','DO_NOTHING','FIRST','migrateHistoryOrders','','SERIAL_EXECUTION',0,0,'BEAN','','GLUE代码初始化','2023-11-20 18:45:39','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (20,11,'订单统计','2023-11-20 19:34:03','2023-11-30 21:39:12','xxljob','','CRON','0/10 * * * * ?','DO_NOTHING','FIRST','statAndSaveData','','SERIAL_EXECUTION',0,0,'BEAN','','GLUE代码初始化','2023-11-20 19:34:03','',0,0,0);
INSERT INTO `xxl_job_info` (`id`, `job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`, `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`, `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`, `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (21,12,'订单退款异步任务','2023-11-27 10:36:13','2023-11-30 21:38:57','xxljob','','CRON','0/10 * * * * ?','DO_NOTHING','FIRST','handleRefundOrders','','SERIAL_EXECUTION',0,0,'BEAN','','GLUE代码初始化','2023-11-27 10:36:13','',0,0,0);
/*!40000 ALTER TABLE `xxl_job_info` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `xxl_job_lock`
--
DROP TABLE IF EXISTS `xxl_job_lock`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `xxl_job_lock` (
`lock_name` varchar(50) NOT NULL COMMENT '锁名称',
PRIMARY KEY (`lock_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `xxl_job_lock`
--
LOCK TABLES `xxl_job_lock` WRITE;
/*!40000 ALTER TABLE `xxl_job_lock` DISABLE KEYS */;
INSERT INTO `xxl_job_lock` (`lock_name`) VALUES ('schedule_lock');
/*!40000 ALTER TABLE `xxl_job_lock` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `xxl_job_log`
--
DROP TABLE IF EXISTS `xxl_job_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `xxl_job_log` (
`id` bigint NOT NULL AUTO_INCREMENT,
`job_group` int NOT NULL COMMENT '执行器主键ID',
`job_id` int NOT NULL COMMENT '任务主键ID',
`executor_address` varchar(255) DEFAULT NULL COMMENT '执行器地址,本次执行的地址',
`executor_handler` varchar(255) DEFAULT NULL COMMENT '执行器任务handler',
`executor_param` varchar(512) DEFAULT NULL COMMENT '执行器任务参数',
`executor_sharding_param` varchar(20) DEFAULT NULL COMMENT '执行器任务分片参数,格式如 1/2',
`executor_fail_retry_count` int NOT NULL DEFAULT '0' COMMENT '失败重试次数',
`trigger_time` datetime DEFAULT NULL COMMENT '调度-时间',
`trigger_code` int NOT NULL COMMENT '调度-结果',
`trigger_msg` text COMMENT '调度-日志',
`handle_time` datetime DEFAULT NULL COMMENT '执行-时间',
`handle_code` int NOT NULL COMMENT '执行-状态',
`handle_msg` text COMMENT '执行-日志',
`alarm_status` tinyint NOT NULL DEFAULT '0' COMMENT '告警状态0-默认、1-无需告警、2-告警成功、3-告警失败',
PRIMARY KEY (`id`),
KEY `I_trigger_time` (`trigger_time`),
KEY `I_handle_code` (`handle_code`)
) ENGINE=InnoDB AUTO_INCREMENT=546502 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `xxl_job_log`
--
LOCK TABLES `xxl_job_log` WRITE;
/*!40000 ALTER TABLE `xxl_job_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `xxl_job_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `xxl_job_log_report`
--
DROP TABLE IF EXISTS `xxl_job_log_report`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `xxl_job_log_report` (
`id` int NOT NULL AUTO_INCREMENT,
`trigger_day` datetime DEFAULT NULL COMMENT '调度-时间',
`running_count` int NOT NULL DEFAULT '0' COMMENT '运行中-日志数量',
`suc_count` int NOT NULL DEFAULT '0' COMMENT '执行成功-日志数量',
`fail_count` int NOT NULL DEFAULT '0' COMMENT '执行失败-日志数量',
`update_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `i_trigger_day` (`trigger_day`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `xxl_job_log_report`
--
LOCK TABLES `xxl_job_log_report` WRITE;
/*!40000 ALTER TABLE `xxl_job_log_report` DISABLE KEYS */;
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (1,'2022-09-13 00:00:00',0,126,1759,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (2,'2022-09-12 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (3,'2022-09-11 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (4,'2022-09-14 00:00:00',0,1451,4120,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (5,'2022-09-22 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (6,'2022-09-21 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (7,'2022-09-20 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (8,'2022-09-23 00:00:00',0,1067,65,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (9,'2022-09-24 00:00:00',0,103,2876,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (10,'2022-09-25 00:00:00',0,43,5120,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (11,'2022-09-26 00:00:00',0,0,3740,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (12,'2022-09-27 00:00:00',0,3966,1210,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (13,'2022-09-28 00:00:00',0,3082,2477,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (14,'2022-09-29 00:00:00',0,2140,2966,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (15,'2022-09-30 00:00:00',0,3308,1808,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (16,'2022-10-01 00:00:00',0,3118,343,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (17,'2022-10-02 00:00:00',0,2067,2037,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (18,'2022-10-03 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (19,'2022-10-04 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (20,'2022-10-05 00:00:00',0,2748,246,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (21,'2023-10-17 00:00:00',0,697,92,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (22,'2023-10-16 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (23,'2023-10-15 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (24,'2023-10-26 00:00:00',0,1132,13407,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (25,'2023-10-25 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (26,'2023-10-24 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (27,'2023-10-27 00:00:00',0,6900,31556,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (28,'2023-10-28 00:00:00',0,3056,7579,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (29,'2023-10-29 00:00:00',0,1660,30320,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (30,'2023-10-31 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (31,'2023-10-30 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (32,'2023-11-01 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (33,'2023-11-02 00:00:00',0,5815,11680,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (34,'2023-11-05 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (35,'2023-11-04 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (36,'2023-11-03 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (37,'2023-11-06 00:00:00',0,6249,32238,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (38,'2023-11-08 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (39,'2023-11-07 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (40,'2023-11-09 00:00:00',0,7892,17631,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (41,'2023-11-15 00:00:00',0,1508,3045,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (42,'2023-11-14 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (43,'2023-11-13 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (44,'2023-11-20 00:00:00',0,5537,10946,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (45,'2023-11-19 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (46,'2023-11-18 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (47,'2023-11-21 00:00:00',0,1786,8253,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (48,'2023-11-24 00:00:00',0,3971,3317,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (49,'2023-11-23 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (50,'2023-11-22 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (51,'2023-11-27 00:00:00',0,8252,34368,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (52,'2023-11-26 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (53,'2023-11-25 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (54,'2023-11-30 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (55,'2023-11-29 00:00:00',0,0,0,NULL);
INSERT INTO `xxl_job_log_report` (`id`, `trigger_day`, `running_count`, `suc_count`, `fail_count`, `update_time`) VALUES (56,'2023-11-28 00:00:00',0,0,0,NULL);
/*!40000 ALTER TABLE `xxl_job_log_report` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `xxl_job_logglue`
--
DROP TABLE IF EXISTS `xxl_job_logglue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `xxl_job_logglue` (
`id` int NOT NULL AUTO_INCREMENT,
`job_id` int NOT NULL COMMENT '任务主键ID',
`glue_type` varchar(50) DEFAULT NULL COMMENT 'GLUE类型',
`glue_source` mediumtext COMMENT 'GLUE源代码',
`glue_remark` varchar(128) NOT NULL COMMENT 'GLUE备注',
`add_time` datetime DEFAULT NULL,
`update_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `xxl_job_logglue`
--
LOCK TABLES `xxl_job_logglue` WRITE;
/*!40000 ALTER TABLE `xxl_job_logglue` DISABLE KEYS */;
/*!40000 ALTER TABLE `xxl_job_logglue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `xxl_job_registry`
--
DROP TABLE IF EXISTS `xxl_job_registry`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `xxl_job_registry` (
`id` int NOT NULL AUTO_INCREMENT,
`registry_group` varchar(50) NOT NULL,
`registry_key` varchar(255) NOT NULL,
`registry_value` varchar(255) NOT NULL,
`update_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `i_g_k_v` (`registry_group`,`registry_key`,`registry_value`)
) ENGINE=InnoDB AUTO_INCREMENT=238 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `xxl_job_registry`
--
LOCK TABLES `xxl_job_registry` WRITE;
/*!40000 ALTER TABLE `xxl_job_registry` DISABLE KEYS */;
/*!40000 ALTER TABLE `xxl_job_registry` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `xxl_job_user`
--
DROP TABLE IF EXISTS `xxl_job_user`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `xxl_job_user` (
`id` int NOT NULL AUTO_INCREMENT,
`username` varchar(50) NOT NULL COMMENT '账号',
`password` varchar(50) NOT NULL COMMENT '密码',
`role` tinyint NOT NULL COMMENT '角色0-普通用户、1-管理员',
`permission` varchar(255) DEFAULT NULL COMMENT '权限执行器ID列表多个逗号分割',
PRIMARY KEY (`id`),
UNIQUE KEY `i_username` (`username`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `xxl_job_user`
--
LOCK TABLES `xxl_job_user` WRITE;
/*!40000 ALTER TABLE `xxl_job_user` DISABLE KEYS */;
INSERT INTO `xxl_job_user` (`id`, `username`, `password`, `role`, `permission`) VALUES (1,'admin','e10adc3949ba59abbe56e057f20f883e',1,NULL);
/*!40000 ALTER TABLE `xxl_job_user` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023-11-30 22:03:40