From 850f794a08560f6e30528264aa8052562763c049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=95=B8=E9=9D=9E?= <8153694@qq.com> Date: Mon, 17 Jun 2024 15:34:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=BC=80sql=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base-manager/src/main/bin/deploy.sh | 1 - .../src/main/resources/config/mybatis-sqlmap-config.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/base-manager/src/main/bin/deploy.sh b/base-manager/src/main/bin/deploy.sh index da78a1da..2af283b5 100644 --- a/base-manager/src/main/bin/deploy.sh +++ b/base-manager/src/main/bin/deploy.sh @@ -83,7 +83,6 @@ start_service() { project_deploy() { writelog "${PROJECT_NAME}_deploy" systemctl stop ${PROJECT_NAME} - sleep 5 clear_deploy ${PROJECT_SERVICE} ${PROJECT_EXECPATH} writelog "${PROJECT_NAME}_clear_finish" tar -zvxf ./${PROJECT_FILENAME} -C ${PUBLISH_PATH} diff --git a/base-manager/src/main/resources/config/mybatis-sqlmap-config.xml b/base-manager/src/main/resources/config/mybatis-sqlmap-config.xml index ab4b66f6..7d7f4158 100644 --- a/base-manager/src/main/resources/config/mybatis-sqlmap-config.xml +++ b/base-manager/src/main/resources/config/mybatis-sqlmap-config.xml @@ -19,7 +19,7 @@ </plugin> <plugin interceptor="com.mortals.framework.thirty.mybatis.LogInterceptor"> <property name="enableExecutorTime" value="false" /> - <property name="showSql" value="false" /> + <property name="showSql" value="true" /> </plugin> </plugins> </configuration> \ No newline at end of file -- 2.24.3