You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/08/10 03:35:00 UTC

[inlong-website] branch master updated: [INLONG-5282][Doc] An error when deploying tubemq-manager according to the documentation on the official website (#513)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e0570280 [INLONG-5282][Doc] An error when deploying tubemq-manager according to the documentation on the official website (#513)
0e0570280 is described below

commit 0e05702808ae43af657beef19549b00951c45b8e
Author: Lizhen <88...@users.noreply.github.com>
AuthorDate: Wed Aug 10 11:34:56 2022 +0800

    [INLONG-5282][Doc] An error when deploying tubemq-manager according to the documentation on the official website (#513)
---
 docs/modules/tubemq/tubemq-manager/quick_start.md                     | 4 +++-
 .../current/modules/tubemq/tubemq-manager/quick_start.md              | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/modules/tubemq/tubemq-manager/quick_start.md b/docs/modules/tubemq/tubemq-manager/quick_start.md
index 3a26045c8..2790fddc3 100644
--- a/docs/modules/tubemq/tubemq-manager/quick_start.md
+++ b/docs/modules/tubemq/tubemq-manager/quick_start.md
@@ -26,7 +26,9 @@ spring.datasource.password=mysql_password
 
 ## Dependencies
 - Please download [hibernate-commons-annotations-5.1.2.Final.jar](https://repo1.maven.org/maven2/org/hibernate/common/hibernate-commons-annotations/5.1.2.Final/hibernate-commons-annotations-5.1.2.Final.jar),
-  [hibernate-core-5.6.7.Final.jar](https://repo1.maven.org/maven2/org/hibernate/hibernate-core/5.6.7.Final/hibernate-core-5.6.7.Final.jar) and put it into `lib/` directory.
+  [hibernate-core-5.6.7.Final.jar](https://repo1.maven.org/maven2/org/hibernate/hibernate-core/5.6.7.Final/hibernate-core-5.6.7.Final.jar), 
+  [antlr-2.7.7.jar](https://mvnrepository.com/artifact/antlr/antlr/2.7.7/antlr-2.7.7.jar), 
+  [jboss-logging-3.4.3.Final.jar](https://mvnrepository.com/artifact/org.jboss.logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar) and put it into `lib/` directory.
 
 - If the backend database is MySQL, please download [mysql-connector-java-8.0.27.jar](https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.27/mysql-connector-java-8.0.27.jar) and put it into `lib/` directory.
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/tubemq/tubemq-manager/quick_start.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/tubemq/tubemq-manager/quick_start.md
index 87dfaeae7..a50d0d376 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/tubemq/tubemq-manager/quick_start.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/tubemq/tubemq-manager/quick_start.md
@@ -26,7 +26,9 @@ spring.datasource.password=mysql_password
 
 ### 依赖
 - 请下载 [hibernate-commons-annotations-5.1.2.Final.jar](https://repo1.maven.org/maven2/org/hibernate/common/hibernate-commons-annotations/5.1.2.Final/hibernate-commons-annotations-5.1.2.Final.jar),
-    [hibernate-core-5.6.7.Final.jar](https://repo1.maven.org/maven2/org/hibernate/hibernate-core/5.6.7.Final/hibernate-core-5.6.7.Final.jar), 并将其放入 `lib/` 目录。
+  [hibernate-core-5.6.7.Final.jar](https://repo1.maven.org/maven2/org/hibernate/hibernate-core/5.6.7.Final/hibernate-core-5.6.7.Final.jar),
+  [antlr-2.7.7.jar](https://mvnrepository.com/artifact/antlr/antlr/2.7.7/antlr-2.7.7.jar),
+  [jboss-logging-3.4.3.Final.jar](https://mvnrepository.com/artifact/org.jboss.logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar),  并将其放入 `lib/` 目录。
 - 如果后端连接 MySQL 数据库,请下载 [mysql-connector-java-8.0.27.jar](https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.27/mysql-connector-java-8.0.27.jar), 并将其放入 `lib/` 目录。
 - 如果后端连接 PostgreSQL 数据库,不需要引入额外依赖。