# SpringBoot_多模块 **Repository Path**: ywtnhm/springboot__multi_module ## Basic Information - **Project Name**: SpringBoot_多模块 - **Description**: springboot多模块Demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2018-12-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #SpringBoot_多模块 #### 项目介绍 springboot多模块Demo #### 软件架构 软件架构说明 #### 安装教程 ####1. 执行顺序 * [INFO] system-parent * [INFO] system-domain * [INFO] system-dao * [INFO] system-service * [INFO] system-web ####2. 依赖顺序 * system-parent 依赖springboot * system-domain 依赖 system-parent * system-dao 依赖 system-domain * system-service 依赖 system-dao 跟 system-domain 由于dao有了system-domain 只需要写 system.dao * system-web 依赖 system-service #### 使用说明 1. 环境 java8 2. 启动方法:Springboot.java 3. xxxx #### 参与贡献