Quickly Set Up a Multi‑Module RuoYi‑Process Activity Workflow Project

This guide walks through cloning the RuoYi‑Process repository, configuring the database and application settings, building the project with Spring Boot, and launching the workflow system at http://localhost:8888.

The Dominant Programmer
The Dominant Programmer
The Dominant Programmer
Quickly Set Up a Multi‑Module RuoYi‑Process Activity Workflow Project

Overview

闲鹿工作流 is an open‑source workflow management system built on RuoYi 4.x, Activiti 6.x, Spring Boot 2.x and Thymeleaf 3.x.

Project repository: https://gitee.com/calvinhwang123/RuoYi-Process

Implementation Steps

Clone the repository to a local directory.

Open the cloned code in IntelliJ IDEA.

Locate the SQL file under the sql directory; this file contains the database schema.

Use a MySQL client such as Navicat to create a new database named ry-process and execute the SQL file to populate the schema.

Edit ruoyi-admin/src/main/resources/application-druid.yml and replace the datasource URL, username, and password with the values for the local MySQL instance.

Edit application.yml and change server.port from the default 80 to 8888 (or any unused port) to avoid conflicts.

Find the project’s Spring Boot main class and run it to start the application.

After the application starts, open a web browser and navigate to http://localhost:8888 to view the workflow UI.

Visual References

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Javaworkflowspring-bootThymeleafActivitiRuoYi
The Dominant Programmer
Written by

The Dominant Programmer

Resources and tutorials for programmers' advanced learning journey. Advanced tracks in Java, Python, and C#. Blog: https://blog.csdn.net/badao_liumang_qizhi

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.