Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
...
Joget Workflow的源代码可从
...
You can view the source code for other versions by using the branch switcher in GitHub.
您可以使用GitHub中的分支切换器查看其他版本的源代码。
...
...
...
...
...
...
在撰写本指南时,最新的6.0版本是6.0-SNAPSHOT
...
-bate2。您可以通过以下方法获取源代码:
您将在右侧边栏找到一个下载按钮。
|
You will find a download button on the right sidebar.
...
language | bash |
---|
...
|
...
...
请参阅 设置Git以初始化您的Github帐户。
|
...
language | bash |
---|
...
|
...
|
...
|
...
...
...
...
...
...
...
...
使用您的MySQL服务器用户名和密码配置“app_datasource-default.
...
properties”。
|
...
|
...
|
...
|
...
|
...
...
...
使用Apache Maven命令构建wflow-app目录。
|
Build the wflow-app directory using Apache Maven commands.
Code Block | ||
---|---|---|
| ||
cd wflow-app
mvn clean install |
...