From 033208a5a19864c1371eb18974da140e4e4148f2 Mon Sep 17 00:00:00 2001 From: guojunling Date: Fri, 1 Nov 2024 15:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=20activiti=20=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=BB=BA=E8=A1=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/application-dev.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/src/main/resources/application-dev.properties b/web/src/main/resources/application-dev.properties index 2af1a9a..f00621d 100644 --- a/web/src/main/resources/application-dev.properties +++ b/web/src/main/resources/application-dev.properties @@ -29,4 +29,7 @@ mybatis.type-aliases-package=org.openoa.**.entity mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl logging.level.org.openoa.mapper=debug logging.level.org.activiti.engine.impl.persistence.entity=debug -#logging.level.org.openoa.engine.conf.mvc.JiMuMDCCommonsRequestLoggingFilter=debug \ No newline at end of file +#logging.level.org.openoa.engine.conf.mvc.JiMuMDCCommonsRequestLoggingFilter=debug + +# activiti Disable Auto Table Creation +spring.activiti.database-schema-update=none \ No newline at end of file -- Gitee