From 7e9fb78fe556a805b28ac64950fac05f9d7e7961 Mon Sep 17 00:00:00 2001 From: wenguang Date: Thu, 26 Mar 2020 16:44:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=85=A5=E5=8F=A3=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/we/controller/MysqlTestController.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/com/we/controller/MysqlTestController.java b/src/main/java/com/we/controller/MysqlTestController.java index 6e7091e..8fd47c0 100644 --- a/src/main/java/com/we/controller/MysqlTestController.java +++ b/src/main/java/com/we/controller/MysqlTestController.java @@ -2,15 +2,12 @@ package com.we.controller; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; -import com.alibaba.fastjson.JSONObject; -import com.mysql.cj.xdevapi.JsonArray; import com.we.pojo.Student; import com.we.service.IStudentService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.GetMapping; -import org.springframework.web.bind.annotation.Mapping; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.ResponseBody; import java.util.List; -- GitLab