Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
workflowDriver=com.mysql.jdbc.Driver
workflowUrl=jdbc\:mysql\://localhost\:3306/jwdb?characterEncoding\=UTF-8
workflowUser=root
profileName=
workflowPassword=

5. Build Project

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

...