From feb7a1df5bf8f190b7ca6e5ec5a2d8e4c88ad67f Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sun, 29 Dec 2019 12:55:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=A1=A8=E5=90=8D=E5=92=8C?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=90=8D=E5=8A=A0=20=E5=89=8D=E7=BC=80=20?= =?UTF-8?q?=E6=88=96=20=E5=90=8E=E7=BC=80=E3=80=81=E5=8F=8A=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=BC=BA=E5=88=B6=E5=A4=A7=E5=86=99=E7=9A=84=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/jeesite-core.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index bc8023a6..452fc202 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -62,8 +62,13 @@ jdbc: # 事务超时时间,单位秒(30分钟)(v4.1.5+) transactionTimeout: 1800 + +# # 表名和字段名(前缀|后缀)是否强制大写(v4.1.8+) +# tableAndColumn: +# prefixSuffix: "`|`" +# forceUpperCase: true - # 表名前缀 + # 表名前缀(Schema) tablePrefix: js_ #======================================#