# springboot_module **Repository Path**: PingzZ/springboot_module ## Basic Information - **Project Name**: springboot_module - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot_module #### 介绍 本项目是基于SpringBoot做得一个多模块项目,为以后学习SpringCloud微服务架构做准备 #### 软件架构 1. springBoot 2. jpa 3. mysql #### 使用说明 1. 将项目源码克隆导入到本地 2. 导入依赖 3. 修改web模块下的application.properties,修改数据库名和数据库账密 4. 运行后,端口为8080,有以下四个api接口,可用postman进行测试 ``` localhost:8080/account/add localhost:8080/account/{id} localhost:8080/account/delete localhost:8080/account/modify ```