# 1920中级实践小组作业 **Repository Path**: finker/tjuMidGroupProject ## Basic Information - **Project Name**: 1920中级实践小组作业 - **Description**: No description available - **Primary Language**: Java - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-06-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring_demo #### 介绍 spring boot + rest + data jdbc + mysql #### 软件架构 纯后端,向前提供RESTful接口。持久化层使用 MySQL #### 安装教程 1. 需要安装 jdk 1.8+ 和 maven 2. 需要安装mysql,在其中建立数据库名为demo的数据库,并导入demo.sql 3. 修改 src/main/resource/application.properties 中关于数据库连接的设置 #### 使用说明 1. 在项目目录下运行 mvn spring-boot:run 2. 在浏览器中运行 http://localhost:8080/students/ 3. 使用 PostMan 或类似软件,执行 GET、POST、PUT、DELETE 等操作。