Skip to content

Instantly share code, notes, and snippets.

@asd1245dss
Created August 25, 2017 02:00
Show Gist options
  • Save asd1245dss/d74b882e214a1a6ba26dacf7ddd3b702 to your computer and use it in GitHub Desktop.
Save asd1245dss/d74b882e214a1a6ba26dacf7ddd3b702 to your computer and use it in GitHub Desktop.
common logging在运行时动态查找日志组件,性能不好 slf4j在编译时确定日志组件性能高
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment