WebApproot in Spring

后端 未结 5 812
予麋鹿
予麋鹿 2020-12-07 18:06

I get this error message

[ SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.util.Log4jConfigL

5条回答
  •  旧时难觅i
    2020-12-07 18:30

    If you use logback instead of log4j and get the same error, this solves it:

    
     logbackExposeWebAppRoot
     false
    
    

提交回复
热议问题