摘要: Mybatis属于半自动ORM,在使用这个框架中,工作量最大的就是书写Mapping的映射文件,由于手动书写很容易出错,我们可以利用Mybatis-Generator来帮我们自动生成文件。 1、相关文件 关于Mybatis-Generator的下载可以到这个地址:https://github.com 阅读全文
posted @ 2018-03-30 15:25 甜菜波波 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 1.控制台打印sql语句 只要在application.properties 中加入<configuration scan="true" scanPeriod="60 seconds" debug="false"> <contextName>logback</contextName> <!--输出到 阅读全文
posted @ 2018-03-30 15:16 甜菜波波 阅读(11898) 评论(0) 推荐(0) 编辑
摘要: springboot官方文档地址https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features-custom-log-configuration spring官方地址https: 阅读全文
posted @ 2018-03-30 15:13 甜菜波波 阅读(26060) 评论(0) 推荐(0) 编辑