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.
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
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
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
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
