当前位置:网站首页>Un7.27: how to successfully build a ruoyi framework project in idea?
Un7.27: how to successfully build a ruoyi framework project in idea?
2022-07-28 04:00:00 【Excellent little Aiko】
I've received a lot of private letters recently , For how in idea Building a project based on the ruoyi framework is the most problematic problem , Today I will share the whole process .
Software required : IDEA、node.js、VS-Code、redis database .
One 、 open gitee, Find open source software ,web application development , Ruoyi /RuoYi-vue

Two 、 Download ruoyi file , There are two ways to download .
1、 Clone download options zip.

2、 Copy URL open idea.

3、 ... and 、 Find the download path and decompress , Unzip and open idea Import .

Four 、 open idea after , Click on the top left file, choice open.
1、 The following page indicates that the import is successful .

2、 choice redis-server, open redis database .

3、 modify application-druid.yml Database name and password in the file , Then click Run idea.

5、 ... and 、 open VS-Code, Click to open the folder .

6、 ... and 、 Select the path of the project , choice ruoyi-ui open .

7、 ... and 、 After opening , You don't need to touch these folders , to api Inside and views Just add something inside .

8、 ... and 、 Open the terminal , Click New , The big box below appears .

Nine 、 open readme.md file .
1、 install npm, command :npm install --registry=https://registry.npmmirror.com

2、 start-up , command :npm run dev

Ten 、 After startup, it will automatically jump to the login interface .

11、 ... and 、 Click login to enter ruoyi homepage .

such , We are in idea A complete project of ruoyi framework is built in .
边栏推荐
- Filters, interceptors, listeners
- Adding DSP library to STM32F103 and its solution
- ftp服务器、nfs服务器的搭建和使用
- Iterator function operation of iterator learning
- CV2. Threshold(), CV2. Findcontours(), CV2. Findcontours image contour processing
- UBI read only file system
- 简单、好用的性能测试工具推荐
- Which stock exchange has the lowest commission? Is it safe to open an account on your mobile phone
- In depth introduction to sap ui5 fileuploader control - why do you need a hidden iframe trial
- 月薪28K学员 自动化测试经验分享
猜你喜欢

Monotonic stack - 739. Daily temperature

test case management tool

XML file usage and parsing

高等数学(第七版)同济大学 习题3-6 个人解答

Advanced Mathematics (Seventh Edition) Tongji University exercises 3-5 personal solutions

WordPress simple mkblog blog theme template v2.1

CV2. Threshold(), CV2. Findcontours(), CV2. Findcontours image contour processing

Summary and interpretation of CONDA virtual environment

WordPress简约mkBlog博客主题模板v2.1

In the official online CV2 document, check the optional values of OpenCV specific parameters
随机推荐
C语言:不创建临时变量实现两数交换
Summary of static blog building tools
构建“产业大脑”,以“数字化”提升园区运营管理及服务能力!
LeetCode 0140. 单词拆分 II
高等数学(第七版)同济大学 习题3-6 个人解答
超好用的 PC 端长截图工具
Servlet usage
Classification cluster analysis
Machine learning 07: Bayesian learning
[wrong question]
Screenshot of deepstream detection results
How does MySQL ensure high availability
Which stock exchange has the lowest commission? Is it safe to open an account on your mobile phone
Differences among BRD, MRD and PRD
Build an "industrial brain" and improve the park's operation, management and service capabilities with "digitalization"!
Security exception handling mechanism
Appnium--APP自动化测试工具
Dynamic planning - 1049. Weight of the last stone II
高等数学(第七版)同济大学 习题3-5 个人解答
递归和非递归分别实现求第n个斐波那契数