# springboot-shop **Repository Path**: planning/springboot-shop ## Basic Information - **Project Name**: springboot-shop - **Description**: 利用springboot将毕设网上商城demo重做 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 2018.5.15 工程目录说明: ``` |--- shop-center : 注册中心(9030) |--- shop-configuration : 配置中心(9060) |--- shop-user : 用户模块 (9001) |--- shop-common : 公共模块 |--- shop-common-core : 核心工具类 |--- shop-common-mybatis : 数据库持久层 ```