mybatis-plus:

# 日志配置
logging:
level:
#基础包
com.ruoyi: debug
#指定报的日志级别
org.springframework: warn

mybatis-plus:
mapper-locations: classpath*:com/gblfy/**/mapping/*.xml
configuration:
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl