From 0a42a040cbca23edf26c0819dd3418ceabbf76e7 Mon Sep 17 00:00:00 2001 From: ycl Date: Fri, 25 Oct 2024 10:41:49 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20template/entrance/web/?= =?UTF-8?q?src/main/resources/application-local.properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/src/main/resources/application-local.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/entrance/web/src/main/resources/application-local.properties b/template/entrance/web/src/main/resources/application-local.properties index e35428f..42ab79f 100644 --- a/template/entrance/web/src/main/resources/application-local.properties +++ b/template/entrance/web/src/main/resources/application-local.properties @@ -118,3 +118,6 @@ redis-config.pool.lifo=true liteflow.rule-source=el_json:com.vs.flow.FlowRuleSource liteflow.print-banner=false liteflow.monitor.enable-log=true + +vs.db.basetable.create=true + From ee1d006ad05b24dd1ae03590ace13b225e4d218e Mon Sep 17 00:00:00 2001 From: ycl Date: Fri, 25 Oct 2024 10:42:48 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20template/entrance/web/?= =?UTF-8?q?src/main/resources/application-local.properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entrance/web/src/main/resources/application-local.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/template/entrance/web/src/main/resources/application-local.properties b/template/entrance/web/src/main/resources/application-local.properties index 42ab79f..e1d4d7d 100644 --- a/template/entrance/web/src/main/resources/application-local.properties +++ b/template/entrance/web/src/main/resources/application-local.properties @@ -119,5 +119,6 @@ liteflow.rule-source=el_json:com.vs.flow.FlowRuleSource liteflow.print-banner=false liteflow.monitor.enable-log=true +#create default table auto vs.db.basetable.create=true From 1692221d5393d5b773d1d0a6aa93dc500620eda0 Mon Sep 17 00:00:00 2001 From: ycl Date: Fri, 25 Oct 2024 10:46:14 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20template/entrance/web/?= =?UTF-8?q?src/main/resources/application-remote.properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/src/main/resources/application-remote.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/entrance/web/src/main/resources/application-remote.properties b/template/entrance/web/src/main/resources/application-remote.properties index 49e5e35..5040c10 100644 --- a/template/entrance/web/src/main/resources/application-remote.properties +++ b/template/entrance/web/src/main/resources/application-remote.properties @@ -107,3 +107,6 @@ redis-config.pool.lifo=true liteflow.rule-source=el_json:com.vs.flow.FlowRuleSource liteflow.print-banner=false liteflow.monitor.enable-log=true + +#create default table auto +vs.db.basetable.create=true \ No newline at end of file From 9334775150db6fe4d2f04ec5badfef56d75d5dab Mon Sep 17 00:00:00 2001 From: ycl Date: Fri, 25 Oct 2024 10:46:51 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20template/entrance/web/?= =?UTF-8?q?src/main/resources/application-online.properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/src/main/resources/application-online.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/entrance/web/src/main/resources/application-online.properties b/template/entrance/web/src/main/resources/application-online.properties index 17c97be..f1f56d1 100644 --- a/template/entrance/web/src/main/resources/application-online.properties +++ b/template/entrance/web/src/main/resources/application-online.properties @@ -105,3 +105,6 @@ redis-config.pool.lifo=true liteflow.rule-source=el_json:com.vs.flow.FlowRuleSource liteflow.print-banner=false liteflow.monitor.enable-log=true + +#create default table auto +vs.db.basetable.create=true