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