Quickly Set Up RuoYi: A SpringBoot-Based Permission Management System
This guide walks through downloading the RuoYi source, importing its SQL schema into MySQL, configuring the datasource in IntelliJ IDEA, running the SpringBoot application, and accessing the permission‑management UI at http://localhost:8000/, with links to advanced versions.
Setup
Download the RuoYi source package from the official site (http://www.ruoyi.vip/) or the Gitee repository (https://gitee.com/y_project/RuoYi) and unzip it.
In the extracted directory locate the sql folder; it contains two SQL scripts.
Connect to a local MySQL instance with a client such as Navicat, create a new database, then execute the two scripts sequentially. The scripts create the required tables and insert initial data.
Open the project in IntelliJ IDEA. Edit the datasource configuration file ruoyi-admin/src/main/resources/application-druid.yml (or the equivalent) to set the MySQL url, username, and password for the created database.
Locate the RuoYiApplication class in the admin module and run it (right‑click → Run). The application starts successfully.
After the server starts, open a browser and navigate to http://localhost:8000/ to view the login page.
Further editions
Additional editions are documented in separate tutorials:
Front‑end/back‑end separation guide: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/108465662
Micro‑service edition guide: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/109363303
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.
