Spring boot-日志

2021-06-10 09:04

阅读:532

标签:value   targe   false   tor   ons   property   org   war   filter   

之前做项目配置日志时依赖处理非常麻烦 需要添加
log4j-api log4j-core log4j-web log4j-slf4j-impl slf4j-api
等jar包 同时还要注意依赖的版本 烦不胜烦
现在将依赖改为spring-boot-starter-log4j2后 配置清爽多了

步骤如下:

  1. 更改配置pom.xml
    org.springframework.boot
      spring-boot-starter-web
      
      org.springframework.boot
          spring-boot-starter-logging
        org.springframework.boot
      spring-boot-starter-log4j2
    
  1. 添加log4j2.xmlresources目录下

Spring boot-日志

标签:value   targe   false   tor   ons   property   org   war   filter   

原文地址:https://www.cnblogs.com/cutter/p/14459793.html


评论


亲,登录后才可以留言!