From 9312b6966a04cb80bf437d5a376d3c8b095d3468 Mon Sep 17 00:00:00 2001 From: ajaxfan <909938737@qq.com> Date: Sun, 7 Feb 2021 13:28:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9undo=5Flog=E8=A1=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/file.conf | 2 +- src/main/resources/seata.conf | 21 --------------------- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 src/main/resources/seata.conf diff --git a/src/main/resources/file.conf b/src/main/resources/file.conf index f0bc2a6..ccbde41 100644 --- a/src/main/resources/file.conf +++ b/src/main/resources/file.conf @@ -59,7 +59,7 @@ client { undo { dataValidation = true logSerialization = "jackson" - logTable = "undo_log" + logTable = "undo_log1" } log { exceptionRate = 100 diff --git a/src/main/resources/seata.conf b/src/main/resources/seata.conf deleted file mode 100644 index e7f5eac..0000000 --- a/src/main/resources/seata.conf +++ /dev/null @@ -1,21 +0,0 @@ -## --------------------------------------------------------------------------- -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## --------------------------------------------------------------------------- - -client { - application.id = biz-service-ebtp-project - transaction.service.group = ebtp-project-group -}