!13 【轻量级 PR】:update README.md.

From: @xiaohuang09 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-11-06 06:26:01 +00:00 committed by Gitee
commit ecdc778bf7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -9,15 +9,38 @@ Java implementation of a binary protocol for web services
#### 安装教程 #### 安装教程
1. xxxx 基于源码构建
2. xxxx 1. 解压源码jar:
3. xxxx
jar -xvf hessian-4.0.65-src.jar
2. 应用patch:
patch -p0 < *.patch
3. 拷贝.pom文件为pom.xml:
cp hessian-4.0.65.pom pom.xml
4. 源码打成jar包推送远程maven仓库:
mvn clean install -Dmaven.test.skip=true
mvn deploy
#### 使用说明 #### 使用说明
1. xxxx Maven dependency
2. xxxx
3. xxxx <dependency>
<groupId>com.caucho</groupId>
<artifactId>hessian</artifactId>
<version>4.0.65</version>
</dependency>
#### 参与贡献 #### 参与贡献