Skip to content

Commit 1479a2a

Browse files
author
许杰
committed
easy-byte-coder
1 parent c308055 commit 1479a2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ In Easy-byte-coder, you can implement injection of method pointcuts by extending
5353

5454
### Class isolation
5555

56-
Easy-byte-coder implements class isolation by applying different class loaderes, which makes application classes and zodiac classes not interfere with each other.
56+
Easy-byte-coder implements class isolation by applying different class loaderes, which makes application classes and easy-byte-coder classes not interfere with each other.
5757

5858
### Resource Manager
5959

60-
The resource manager ZodiacResourceObjectPool make developers easily switch and obtain class loaderes of application space runtime and zodiac. By calling the objects of application space, you can reuse some basic functions in original application, and then improve development efficiency.
60+
The resource manager ResourceObjectPool make developers easily switch and obtain class loaderes of application space runtime and easy-byte-coder. By calling the objects of application space, you can reuse some basic functions in original application, and then improve development efficiency.
6161

6262
### spi-plugin
6363

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ agent模式启动:
5959

6060
### 类隔离
6161

62-
通过不同的classLoade实现类隔离,使应用类与zodiac类不会相互干扰,并且实现了资源管理器ZodiacResourceObjectPool,使得用户可以方便的切换获取应用空间运行时类加载器与zodiac类加载器,方便用户调用应用空间的类对象,复用原有应用提供的一些基础功能,无需重新在zodiac中编写,加速开发效率。
62+
通过不同的classLoade实现类隔离,使应用类与easy-byte-coder类不会相互干扰,并且实现了资源管理器ResourceObjectPool,使得用户可以方便的切换获取应用空间运行时类加载器与easy-byte-coder类加载器,方便用户调用应用空间的类对象,复用原有应用提供的一些基础功能,无需重新在easy-byte-coder中编写,加速开发效率。
6363

6464
### 资源管理器
6565

0 commit comments

Comments
 (0)