Commit 766b3314a25d470aee28b9904d8184adf7a2b91a
1 parent
584e65a3f2
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 5 additions and 5 deletions
platform-operate-api/src/main/resources/mybatis.xml
View file @
766b331
| ... | ... | @@ -13,10 +13,10 @@ |
| 13 | 13 | <setting name="defaultStatementTimeout" value="25000" /> |
| 14 | 14 | <setting name="callSettersOnNulls" value="true"/> |
| 15 | 15 | </settings> |
| 16 | - <plugins> | |
| 17 | - <plugin interceptor="com.lyms.platform.operate.web.inteceptor.MybatisSqlInterceptor"> | |
| 18 | - <property name="dialect" value="mysql"/> | |
| 19 | - </plugin> | |
| 20 | - </plugins> | |
| 16 | + <!--<plugins>--> | |
| 17 | + <!--<plugin interceptor="com.lyms.platform.operate.web.inteceptor.MybatisSqlInterceptor">--> | |
| 18 | + <!--<property name="dialect" value="mysql"/>--> | |
| 19 | + <!--</plugin>--> | |
| 20 | + <!--</plugins>--> | |
| 21 | 21 | </configuration> |