web.xml 配置 log4j.properties

xiaoxiao2021-03-01  82

<context-param> <param-name>log4jConfigLocation</param-name> <param-value>classpath:config/log/log4j.properties</param-value> </context-param> <listener> <listener-class> org.springframework.web.util.Log4jConfigListener </listener-class> </listener>
转载请注明原文地址: https://www.6miu.com/read-3449931.html

最新回复(0)