Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Code Block |
---|
workflowDriver=com.mysql.jdbc.Driver workflowUrl=jdbc\:mysql\://localhost\:3306/jwdb?characterEncoding\=UTF-8 workflowUser=root profileName= workflowPassword= |
Note |
---|
It is NOT recommended to skip unit tests in Joget, to ensure build integrity. |
Code Block |
---|
$ cd ~/joget_src/jw-community/wflow-app/ $ mvn clean install |
...