# jsnh_cloud **Repository Path**: dcc356/jsnh_cloud ## Basic Information - **Project Name**: jsnh_cloud - **Description**: 金色年华项目微服务版 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-23 - **Last Updated**: 2024-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 启动流程: 1、启动redis,cmd后输入redis-server --service-install redis.windows.conf, 在服务中启动redis,最后双击启动redis-cli.exe 2、启动nacos,双击startup.cmd 3、RuoYiGatewayApplication (网关模块 必须) RuoYiAuthApplication (认证模块 必须) RuoYiSystemApplication (系统模块 必须) 4、前端运行 # 进入项目目录 cd ruoyi-ui # 强烈建议不要用直接使用 cnpm 安装,会有各种诡异的 bug,可以通过重新指定 registry 来解决 npm 安装速度慢的问题。 npm install --registry=https://registry.npmmirror.com # 本地开发 启动项目 npm run dev