提交 7fca3373 编写于 作者: 如梦技术's avatar 如梦技术 🐛

README.md 添加贡献者

上级 badcfd79
...@@ -97,4 +97,7 @@ LGPL 是 GPL 的一个为主要为类库使用设计的开源协议。和 GPL ...@@ -97,4 +97,7 @@ LGPL 是 GPL 的一个为主要为类库使用设计的开源协议。和 GPL
精彩内容每日推荐!!! 精彩内容每日推荐!!!
## 贡献者
![contributors](https://whnb.wang/contributors/596392912/mica)
![Stargazers over time](https://whnb.wang/img/596392912/mica) ![Stargazers over time](https://whnb.wang/img/596392912/mica)
...@@ -100,7 +100,7 @@ public class MicaLoggingConfiguration { ...@@ -100,7 +100,7 @@ public class MicaLoggingConfiguration {
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Documented @Documented
@Conditional(LoggingCondition.class) @Conditional(LoggingCondition.class)
public @interface ConditionalOnAppender { private @interface ConditionalOnAppender {
/** /**
* Appender * Appender
...@@ -112,7 +112,7 @@ public class MicaLoggingConfiguration { ...@@ -112,7 +112,7 @@ public class MicaLoggingConfiguration {
} }
@Order(Ordered.HIGHEST_PRECEDENCE) @Order(Ordered.HIGHEST_PRECEDENCE)
public static class LoggingCondition extends SpringBootCondition { private static class LoggingCondition extends SpringBootCondition {
private static final String LOG_STASH_CLASS_NAME = "net.logstash.logback.encoder.LoggingEventCompositeJsonEncoder"; private static final String LOG_STASH_CLASS_NAME = "net.logstash.logback.encoder.LoggingEventCompositeJsonEncoder";
@Override @Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册