Merge remote-tracking branch 'origin/develop' into develop

pull/339/head
shining-stars-lk 2 years ago
commit d72849e91f

@ -59,7 +59,9 @@ Hippo-4J 通过对 JDK 线程池增强,以及扩展三方框架底层线程池
感谢所有为 Hippo-4J 做出贡献的开发者!
<a href="https://github.com/mabaiwan/hippo4j/graphs/contributors"><img src="https://opencollective.com/hippo4j/contributors.svg?width=890" /></a>
<a href="https://github.com/opengoofy/hippo4j/graphs/contributors"><img src="https://contrib.rocks/image?repo=opengoofy/hippo4j" /></a>
## 我们的荣誉

@ -51,7 +51,6 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.14</version>
</dependency>
</dependencies>

@ -7,9 +7,7 @@
<artifactId>hippo4j-example</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-example-core</artifactId>
<name>hippo4j-example-core</name>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>

@ -7,9 +7,7 @@
<artifactId>hippo4j-example</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-spring-boot-starter-example</artifactId>
<name>${project.artifactId}</name>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>

Loading…
Cancel
Save