Commit 0b1c18ed authored by tangtuo's avatar tangtuo

修改mybatisplus配置

parent 9945a9fb
......@@ -15,7 +15,7 @@ mybatis-plus:
type-aliases-package: com.fzm.common.entity
mapper-locations: classpath:mapper/*.xml
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
map-underscore-to-camel-case: true
logging:
......
......@@ -84,7 +84,7 @@
<!-- 添加附加的appender,最多只能添加一个 -->
<appender-ref ref="INFO_FILE"/>
</appender>
<logger name="com.baomidou.mybatisplus" level="debug" addtivity="false"/>
<logger name="com.ibatis" level="debug" addtivity="false"/>
<logger name="java.sql.Connection" level="debug"/>
<logger name="java.sql.Statement" level="debug"/>
<logger name="java.sql.PreparedStatement" level="debug"/>
......
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