Commit 5ff56b28a3e125fd1b4089af21ffb107a9abe86f

Authored by liquanyu
1 parent f00518c7d0

update

Showing 1 changed file with 5 additions and 6 deletions

platform-operate-api/src/main/resources/mybatis.xml View file @ 5ff56b2
... ... @@ -13,11 +13,10 @@
13 13 <setting name="defaultStatementTimeout" value="25000" />
14 14 <setting name="callSettersOnNulls" value="true"/>
15 15 </settings>
16   - <plugins>
17   - <!--mybatis写出sql记录控件(拦截器)-->
18   - <plugin interceptor="com.lyms.platform.operate.web.inteceptor.MybatisSqlInterceptor">
19   - <property name="dialect" value="mysql"/>
20   - </plugin>
21   - </plugins> <!-- -->
  16 + <!--<plugins>-->
  17 + <!--<plugin interceptor="com.lyms.platform.operate.web.inteceptor.MybatisSqlInterceptor">-->
  18 + <!--<property name="dialect" value="mysql"/>-->
  19 + <!--</plugin>-->
  20 + <!--</plugins> -->
22 21 </configuration>