一 通用写法 # 配置日志 logging.level.com.example.test1=DEBUG #com.example.test1为项目的包名 二 MyBatis plus写法 # 配置日志 mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl 三 JPA写法 #显示后台sql语句 spring.jpa.show-sql=true