zhs
22 小时以前 dacdebbaa53fa57feef43d77365f1c4d4a8ff400
ruoyi-admin/src/main/resources/mybatis/mybatis-config.xml
@@ -12,9 +12,14 @@
        <!-- 配置默认的执行器.SIMPLE就是普通执行器;REUSE执行器会重用预处理语句(prepared statements);BATCH执行器将重用语句并执行批量更新 -->
        <setting name="defaultExecutorType"      value="SIMPLE" />
      <!-- 指定 MyBatis 所用日志的具体实现 -->
        <setting name="logImpl"                  value="SLF4J"  />
        <setting name="logImpl"                  value="STDOUT_LOGGING"  />
        <!-- 使用驼峰命名法转换字段 -->
      <!-- <setting name="mapUnderscoreToCamelCase" value="true"/> -->
   </settings>
    <plugins>
        <!-- SQL转换拦截器 -->
        <plugin interceptor="com.ruoyi.common.mybatis.SqlConverterInterceptor"/>
    </plugins>
</configuration>