SpringBoot程序启动No Log4j 2 configuration file found

请注意红色部分,如果没有红色部分辨认不到log4j2.yml文件的。。。。。。


    org.springframework.boot
    spring-boot-starter
    
        
            org.springframework.boot
            spring-boot-starter-logging
        
    


    org.springframework.boot
    spring-boot-starter-log4j2


    com.fasterxml.jackson.dataformat
    jackson-dataformat-yaml

你可能感兴趣的:(SpringBoot程序启动No Log4j 2 configuration file found)