Skip to content

Commit

Permalink
升级0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
anjia0532 committed Nov 25, 2024
1 parent ed2cbcb commit eec7d3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# 基于unidbg0.9.7和spring boot 2.6.3开发的高并发server服务器
# 基于unidbg0.9.8和spring boot 2.6.3开发的高并发server服务器

## 重要说明

**注意:**
本项目仅是unidbg项目的springweb的简单封装,如果遇到问题,请先看看[常见问题](QA.md),如果还是不能解决,请尝试更换写法,包括但不限于:多线程改单线程,在请求方法new unidbg对象等。
我已将近两年不用unidbg(以及Android逆向等方面了),所以也不太会维护,如果有问题,欢迎提交pr。

- [关于是否开源基于Jnitrace日志补环境代码说明](https://github.com/anjia0532/unidbg-boot-server/issues/1)
- [常见问题 -- 遇到问题先看看这里有没有,再提问,心累](QA.md)
- [unidbg-boot-server零基础入门](https://juejin.cn/post/7025794546655035422)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<unidbg.version>0.9.7</unidbg.version>
<unidbg.version>0.9.8</unidbg.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-io.version>2.11.0</commons-io.version>
<streamex.version>0.7.3</streamex.version>
Expand Down

0 comments on commit eec7d3a

Please sign in to comment.