Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhom1314 committed Mar 31, 2024
1 parent 00ad22a commit 56cfa02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protected void afterExecute(Runnable r, Throwable t);
>
> 4. 集成常用三方中间件内部线程池管理
**经过多个版本的迭代,目前最新版本 v1.1.6.1 具有以下特性**
**经过多个版本的迭代,目前最新版本 v1.1.7 具有以下特性**

- **代码零侵入**:我们改变了线程池以往的使用姿势,所有配置均放在配置中心,服务启动时会从配置中心拉取配置生成线程池对象放到 Spring 容器中,使用时直接从 Spring 容器中获取,对业务代码零侵入

Expand Down Expand Up @@ -218,7 +218,7 @@ protected void afterExecute(Runnable r, Throwable t);

**JNPF低代码开发平台**

<a href="https://www.jnpfsoft.com/?from=dynamic-tp" style="border-radius: 10px;border: 1px solid #3eaf7c;"><img src="/resources/img/jnpfsoft.png"></a>
<a href="https://www.jnpfsoft.com/?from=dynamic-tp"><img src="/resources/img/jnpfsoft.png"></a>

---
## 鸣谢
Expand Down

0 comments on commit 56cfa02

Please sign in to comment.