From 35c44ac9613aceeaabdf8c752b1bd442e843f663 Mon Sep 17 00:00:00 2001 From: Bunny <1319900154@qq.com> Date: Mon, 25 Dec 2023 16:47:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=B7=A8=E5=9F=9F;=E4=BF=AE?= =?UTF-8?q?=E6=94=B9MySQL=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF;=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=88=86=E7=B1=BB=E6=A0=91=E5=BD=A2=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 64 +++++++------------ .../controller/CategoryController.java | 31 +++++++++ .../src/main/resources/application-dev.yml | 10 +-- .../mapper/product/CategoryMapper.xml | 12 +++- 4 files changed, 70 insertions(+), 47 deletions(-) create mode 100644 spzx-service/service-product/src/main/java/cn/bunny/web/product/controller/CategoryController.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b05738c..762d4f3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,47 +4,11 @@