# RuoYi-Cloud-Study **Repository Path**: pythonloser/ruo-yi-cloud-study ## Basic Information - **Project Name**: RuoYi-Cloud-Study - **Description**: RuoYi-Cloud-Study - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-27 - **Last Updated**: 2023-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 学习记录 ## 后端启动 ```text RuoYiGatewayApplication (网关模块 必须) RuoYiAuthApplication (认证模块 必须) RuoYiSystemApplication (系统模块 必须) ``` ## 前端启动 ```text # 进入项目目录 cd ruoyi-ui # 安装依赖 npm install # 强烈建议不要用直接使用 cnpm 安装,会有各种诡异的 bug,可以通过重新指定 registry 来解决 npm 安装速度慢的问题。 npm install --registry=https://registry.npmmirror.com # 本地开发 启动项目 npm run dev ``` ## 地址 ```text nacos: http://127.0.0.1:8848/nacos druid: http://127.0.0.1:9201/druid/login.html admin 123456 swagger: gateway中 微服务的是 :http://localhost:8080/swagger-ui/index.html swagger: system : http://localhost:9201/swagger-ui/index.html 整合knife4j: http://{ip}:{port}/doc.html http://localhost:8080/doc.html http://localhost:9201/doc.html http://localhost:8080/doc.html ```