Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
oldratlee committed Jul 10, 2015
1 parent ca9cb00 commit 0a215ab
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
MTC ThreadContextMap For Log4j2
===================================

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.alibaba/log4j2-mtc-thread-context-map/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.alibaba/log4j2-mtc-thread-context-map/)
[![GitHub release](https://img.shields.io/github/release/oldratlee/log4j2-mtc-thread-context-map.svg)](https://github.com/oldratlee/log4j2-mtc-thread-context-map/releases)
[![GitHub issues](https://img.shields.io/github/issues/oldratlee/log4j2-mtc-thread-context-map.svg)](https://github.com/oldratlee/log4j2-mtc-thread-context-map/issues)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

- [`MtcThreadContextMap` Implementation](src/main/java/com/alibaba/mtc/log4j2/MtcThreadContextMap.java)
- [Demo Code](src/test/java/com/alibaba/mtc/log4j2/MtcThreadContextMapTest.java).

@@ -9,3 +14,16 @@ Run Demo:
```bash
mvn clean test
```

Dependency
--------------------------

```xml
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>log4j2-mtc-thread-context-map</artifactId>
<version>1.0.0</version>
</dependency>
```

Find most new version at [search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.alibaba%22%20AND%20a%3A%22log4j2-mtc-thread-context-map%22).

0 comments on commit 0a215ab

Please sign in to comment.