Skip to content

Commit

Permalink
!37 发布版本V1.4.3
Browse files Browse the repository at this point in the history
Merge pull request !37 from QIANGLU/feature_v1.5
  • Loading branch information
qianglu1989 authored and gitee-org committed Aug 22, 2022
2 parents 51ab3d8 + 69e9f06 commit c367dad
Show file tree
Hide file tree
Showing 33 changed files with 17 additions and 366 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Demo: http://47.104.79.116:6080
![实时线程栈](https://images.gitee.com/uploads/images/2021/0410/165039_18aa56ab_1168339.png "屏幕截图.png")

#### 历史线程栈
![历史线程栈](https://images.gitee.com/uploads/images/2021/0410/000408_02eab12d_1168339.png "屏幕截图.png")
![历史线程栈](docs/pic/dump-history.png)

## Q&A
**1、Q : 为什么页面迭代这么慢?**
Expand All @@ -129,6 +129,7 @@ A : JDK 1.8、 MySQL 5.5+
A : cubic使用的java为JAVA_HOME/bin/java, 需要JDK8及以上,但"不要求"与目标应用的JVM使用相同的JDK版本。

cubic需要依赖JAVA_HOME/lib/tools.jar

JAVA_HOME的定位,通过读取环境变量JAVA_HOME,如果没有定义,则尝试通过"which java"定位java从而获得相对路径。

可通过echo $JAVA_HOME 查看当前配置
Expand All @@ -137,7 +138,9 @@ JAVA_HOME的定位,通过读取环境变量JAVA_HOME,如果没有定义,

A: 此时`echo $JAVA_HOME `发现也已经配置,请在应用启动参数上增加 `-Xbootclasspath/a:$JAVA_HOME/lib/tools.jar`

**7、Q : 下载后有些编译报错**

A: 不要怕,可以使用scripts里面的build.sh打包下即可。如果还有报错,点下IDEA的build(绿锤子)
## 组织
让我们一起学习成长,关注公众号获得每日一个知识点的储备,让我们一起成长

Expand Down
2 changes: 1 addition & 1 deletion cubic-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cubic</artifactId>
<groupId>matrix.cubic</groupId>
<version>1.4.2.RELEASE</version>
<version>1.4.3.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cubic-proxy-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cubic</artifactId>
<groupId>matrix.cubic</groupId>
<version>1.4.2.RELEASE</version>
<version>1.4.3.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cubic-proxy-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cubic</artifactId>
<groupId>matrix.cubic</groupId>
<version>1.4.2.RELEASE</version>
<version>1.4.3.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cubic-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cubic</artifactId>
<groupId>matrix.cubic</groupId>
<version>1.4.2.RELEASE</version>
<version>1.4.3.RELEASE</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
1 change: 0 additions & 1 deletion cubic-proxy/src/main/resources/static/css/app.94efee43.css

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c367dad

Please sign in to comment.