Tagged articles
8 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Aug 27, 2024 · Backend Development

How to Present Projects Built on Scaffolding Frameworks in Interviews

The article advises developers to avoid explicitly mentioning the use of scaffolding frameworks like RuoYi when describing project experience, suggesting they instead focus on the underlying implementation details and any custom improvements to demonstrate genuine technical contribution and avoid misconceptions about their capabilities.

InterviewRuoYibackend
0 likes · 4 min read
How to Present Projects Built on Scaffolding Frameworks in Interviews
Top Architect
Top Architect
Jan 6, 2022 · Backend Development

Quick Guide to Setting Up the RuoYi SpringBoot + Bootstrap Backend Management System

This article introduces the RuoYi SpringBoot‑Bootstrap backend management framework, explains its key features, and provides step‑by‑step instructions—including downloading, importing, configuring the database, and launching the application—so developers can quickly deploy a full‑featured admin system.

BootstrapRuoYiTutorial
0 likes · 6 min read
Quick Guide to Setting Up the RuoYi SpringBoot + Bootstrap Backend Management System
The Dominant Programmer
The Dominant Programmer
Dec 17, 2020 · Backend Development

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.

IntelliJ IDEAMySQLPermission management
0 likes · 3 min read
Quickly Set Up RuoYi: A SpringBoot-Based Permission Management System
The Dominant Programmer
The Dominant Programmer
Nov 12, 2020 · Backend Development

How to Deploy Ruoyi Microservice Backend as JAR on a Windows Server

This guide walks you through packaging the Ruoyi microservice project with Maven, copying the resulting JAR files to a Windows server, running each service with the correct Java encoding, and configuring the front‑end proxy via vue.config.js or Nginx for full deployment.

JAR deploymentMavenMicroservices
0 likes · 4 min read
How to Deploy Ruoyi Microservice Backend as JAR on a Windows Server
The Dominant Programmer
The Dominant Programmer
Aug 31, 2020 · Backend Development

Implement Excel Import/Export in RuoYi’s Front‑Back‑End Separation Using ElementUI and SpringBoot

This guide walks through adding an Excel import dialog with ElementUI, configuring upload handling, token authentication, progress and success callbacks, and a SpringBoot POI‑based import endpoint, then shows how to create an export button that uses RuoYi’s ExcelUtil and annotation‑driven export logic.

ElementUIExcelExport
0 likes · 12 min read
Implement Excel Import/Export in RuoYi’s Front‑Back‑End Separation Using ElementUI and SpringBoot