Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Chinese | ||||||
---|---|---|---|---|---|---|
|
Thai | ||||||
---|---|---|---|---|---|---|
|
Table of Contents |
---|
Chinese |
---|
源代码库 |
Thai |
---|
แหล่งเก็บ Source Code. |
English |
---|
The source code for Joget is available at https://github.com/jogetworkflow/jw-community. |
You can view the source code for other versions by using the branch switcher in GitHub.
At the time of writing this guide, the latest 6.0 version is 6.0-SNAPSHOT. You can obtain the source code by following methods:
You will find a download button on the right sidebar.
Chinese | ||
---|---|---|
Code Block | ||
| ||
svn co Joget Workflow的源代码可从 https://github.com/jogetworkflow/jw- community/branches/7.0-SNAPSHOT |
Refer to Set Up Git to initialize your Github account.
Thai | ||
---|---|---|
Code Block | ||
| ||
git clone The source code สำหรับ Joget Workflow อยู่ที่ https://github.com/jogetworkflow/jw-community .git --branch 7. 0-SNAPSHOT |
Configure "app_datasource-default.properties" with your MySQL server username and password.
Code Block |
---|
workflowDriver=com.mysql.jdbc.Driver
workflowUrl=jdbc\:mysql\://localhost\:3306/jwdb?characterEncoding\=UTF-8
workflowUser=root
profileName=
workflowPassword=root |
...
You can view the source code for other versions by using the branch switcher in GitHub.
Chinese |
---|
您可以使用GitHub中的分支切换器查看其他版本的源代码。 |
Thai |
---|
คุณสามารถดู source code เวอร์ชั่นอื่นๆได้ที่ GitHub. |
Chinese |
---|
构建源代码 |
Thai |
---|
สร้าง Source Code |
Children Display |
---|
Build the wflow-app directory using Apache Maven commands.
...
language | bash |
---|
...