Commit 4afd764c authored by 廖旭伟's avatar 廖旭伟

达梦数据库配置

parent fd5b203a
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</plugin> </plugin>
<plugin interceptor="com.mortals.framework.thirty.dm.DmTransInterceptor"> <plugin interceptor="com.mortals.framework.thirty.dm.DmTransInterceptor">
<property name="showSql" value="false" />
</plugin> </plugin>
</plugins> </plugins>
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<setting name="useColumnLabel" value="true" /> <setting name="useColumnLabel" value="true" />
<setting name="useGeneratedKeys" value="false" /> <setting name="useGeneratedKeys" value="false" />
<setting name="defaultExecutorType" value="REUSE" /> <setting name="defaultExecutorType" value="REUSE" />
</settings> </settings>
<plugins> <plugins>
<plugin interceptor="com.mortals.framework.thirty.mybatis.MortalsPagePlugin"> <plugin interceptor="com.mortals.framework.thirty.mybatis.MortalsPagePlugin">
...@@ -19,7 +20,7 @@ ...@@ -19,7 +20,7 @@
<property name="showSql" value="false" /> <property name="showSql" value="false" />
</plugin> </plugin>
<plugin interceptor="com.mortals.framework.thirty.dm.DmTransInterceptor"> <plugin interceptor="com.mortals.framework.thirty.dm.DmTransInterceptor">
<property name="showSql" value="false" />
</plugin> </plugin>
</plugins> </plugins>
</configuration> </configuration>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment