From f79b18a4b9e608a719195028c1f963daaee20e9e Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sat, 21 Mar 2020 09:40:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20remarksReporting=20?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E5=B1=9E=E6=80=A7=E8=AE=BE=E7=BD=AE=EF=BC=88?= =?UTF-8?q?=E5=8F=AF=E8=8E=B7=E5=8F=96=E5=88=B0=E8=A1=A8=E7=9A=84remark?= =?UTF-8?q?=E5=A4=87=E6=B3=A8=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/jeesite-core.yml | 3 +++ parent/pom.xml | 3 --- web/src/main/resources/config/application.yml | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index 3e7c1e3d..36d94fd4 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -49,6 +49,9 @@ jdbc: # Oracle 下会自动开启 PSCache,并指定每个连接上 PSCache 大小。若不指定,则与 maxActive 相同(4.1.5+) maxPoolPreparedStatementPerConnectionSize: ~ + + # 设置连接属性,可获取到表的 remark (备注) + remarksReporting: false # JTA 分布式事务,建议启用多数据源的时候开启(v4.0.4+) jta: diff --git a/parent/pom.xml b/parent/pom.xml index ae1e1ac7..a42c855b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -340,7 +340,6 @@ - javadoc @@ -353,7 +352,6 @@ - package @@ -366,7 +364,6 @@ - deploy diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index edb2a8a3..2c5c6623 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -110,6 +110,9 @@ jdbc: # # # Oracle 下会自动开启 PSCache,并指定每个连接上 PSCache 大小。若不指定,则与 maxActive 相同(4.1.5+) # maxPoolPreparedStatementPerConnectionSize: ~ +# +# # 设置连接属性,可获取到表的 remark (备注) +# remarksReporting: false # # 多数据源名称列表,多个用逗号隔开,使用方法:@MyBatisDao(dataSourceName="ds2") # dataSourceNames: ds2