# edu_parent **Repository Path**: wuhunyu/edu_parent ## Basic Information - **Project Name**: edu_parent - **Description**: 谷粒学院后端各个模块,common为公共模块,gateway为网关模块,service包含各个服务模块 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-30 - **Last Updated**: 2021-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # edu_parent #### 介绍 尚硅谷谷粒学院项目,目前尚未接入权限控制模块 #### 项目结构 image-20210219230133092 #### 安装提示 1. 启动项目之前需要准备好redis和nacos环境,nacos中创建命名空间ID为`namespace_dev`的命名空间,并在此命名空间中导入项目根目录的`nacos_config.zip`文件 2. 修改`common-dev.yml`配置文件的redis地址 3. 修改多个项目`bootstrap.yml`配置文件中的nacos的ip配置 4. 首先启动网关`gateway`模块,陆续启动剩余的九个模块 5. 完成