spring 重温笔记(二)Apache Commons Logging

可以从 http://commons.apache.org/logging/ 下载 Apache Commons Logging API 的最新版本
commons-logging-1.2.jar
log4j-1.2.17.jar
src/main/resources/common-logging.properties
src/main/resources/log4j.properties

你可能感兴趣的:(JAVA)