This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new cd79770e7 Automated deployment:
bd5d4b4eadf206439824a437649690f6710ca0d8
cd79770e7 is described below
commit cd79770e729353138f92766198bf8e05117a0b11
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 25 08:52:07 2022 +0000
Automated deployment: bd5d4b4eadf206439824a437649690f6710ca0d8
---
en-us/development/development-environment-setup.html | 2 +-
en-us/development/development-environment-setup.json | 2 +-
zh-cn/development/development-environment-setup.html | 2 +-
zh-cn/development/development-environment-setup.json | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/en-us/development/development-environment-setup.html
b/en-us/development/development-environment-setup.html
index 3be4bc2ab..68d7f26d0 100644
--- a/en-us/development/development-environment-setup.html
+++ b/en-us/development/development-environment-setup.html
@@ -149,7 +149,7 @@ dataLogDir=/data/zookeeper/datalog
<p>We here use MySQL with database, username, password named dolphinscheduler
as an example</p>
<pre><code class="language-application.yaml"> spring:
datasource:
- driver-class-name: com.mysql.jdbc.Driver
+ driver-class-name: com.mysql.cj.jdbc.Driver
url:
jdbc:mysql://127.0.0.1:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8
username: dolphinscheduler
password: dolphinscheduler
diff --git a/en-us/development/development-environment-setup.json
b/en-us/development/development-environment-setup.json
index 26edf362d..c6d579284 100644
--- a/en-us/development/development-environment-setup.json
+++ b/en-us/development/development-environment-setup.json
@@ -1,6 +1,6 @@
{
"filename": "development-environment-setup.md",
- "__html": "<h1>DolphinScheduler development</h1>\n<h2>Software
Requests</h2>\n<p>Before setting up the DolphinScheduler development
environment, please make sure you have installed the software as
below:</p>\n<ul>\n<li><a href=\"https://git-scm.com/downloads\">Git</a>:
DolphinScheduler version control system</li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>:
DolphinScheduler backend language, have to use version after JDK
1.8</li>\n<li><a [...]
+ "__html": "<h1>DolphinScheduler development</h1>\n<h2>Software
Requests</h2>\n<p>Before setting up the DolphinScheduler development
environment, please make sure you have installed the software as
below:</p>\n<ul>\n<li><a href=\"https://git-scm.com/downloads\">Git</a>:
DolphinScheduler version control system</li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>:
DolphinScheduler backend language, have to use version after JDK
1.8</li>\n<li><a [...]
"link": "/dist/en-us/development/development-environment-setup.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/development/development-environment-setup.html
b/zh-cn/development/development-environment-setup.html
index aa345f94e..806b8378d 100644
--- a/zh-cn/development/development-environment-setup.html
+++ b/zh-cn/development/development-environment-setup.html
@@ -145,7 +145,7 @@ dataLogDir=/data/zookeeper/datalog
<p>本样例以 MySQL 为例,其中数据库名为 dolphinscheduler,账户名密码均为 dolphinscheduler</p>
<pre><code class="language-application.yaml"> spring:
datasource:
- driver-class-name: com.mysql.jdbc.Driver
+ driver-class-name: com.mysql.cj.jdbc.Driver
url:
jdbc:mysql://127.0.0.1:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8
username: dolphinscheduler
password: dolphinscheduler
diff --git a/zh-cn/development/development-environment-setup.json
b/zh-cn/development/development-environment-setup.json
index 787bc6223..83e6c46d9 100644
--- a/zh-cn/development/development-environment-setup.json
+++ b/zh-cn/development/development-environment-setup.json
@@ -1,6 +1,6 @@
{
"filename": "development-environment-setup.md",
- "__html": "<h1>DolphinScheduler 开发手册</h1>\n<h2>前置条件</h2>\n<p>在搭建
DolphinScheduler 开发环境之前请确保你已经安装一下软件</p>\n<ul>\n<li><a
href=\"https://git-scm.com/downloads\">Git</a>: 版本控制系统</li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>:
后端开发,必须使用JDK1.8及以后的版本</li>\n<li><a
href=\"http://maven.apache.org/download.cgi\">Maven</a>: Java包管理系统</li>\n<li><a
href=\"https://nodejs.org/en/download\">Node</a>:
前端开发,必须使用Node12.20.2及以后的版本</li>\n</ul>\n<h3>克隆代码库</h [...]
+ "__html": "<h1>DolphinScheduler 开发手册</h1>\n<h2>前置条件</h2>\n<p>在搭建
DolphinScheduler 开发环境之前请确保你已经安装一下软件</p>\n<ul>\n<li><a
href=\"https://git-scm.com/downloads\">Git</a>: 版本控制系统</li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>:
后端开发,必须使用JDK1.8及以后的版本</li>\n<li><a
href=\"http://maven.apache.org/download.cgi\">Maven</a>: Java包管理系统</li>\n<li><a
href=\"https://nodejs.org/en/download\">Node</a>:
前端开发,必须使用Node12.20.2及以后的版本</li>\n</ul>\n<h3>克隆代码库</h [...]
"link": "/dist/zh-cn/development/development-environment-setup.html",
"meta": {}
}
\ No newline at end of file