From 4d701eb3e61134337f612f4d27879edc24fae419 Mon Sep 17 00:00:00 2001
From: 86173 <3139166962@qq.com>
Date: Tue, 20 Aug 2024 11:34:53 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E4=BD=93=E7=B1=BB=E7=9A=84base?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/.gitignore | 4 ++--
.idea/encodings.xml | 2 ++
.idea/misc.xml | 7 +++----
.idea/vcs.xml | 4 ++--
.../java/com/muyu/controller/MarketController.java | 13 +++++++++++++
5 files changed, 22 insertions(+), 8 deletions(-)
create mode 100644 cloud-market-server/src/main/java/com/muyu/controller/MarketController.java
diff --git a/.idea/.gitignore b/.idea/.gitignore
index 35410ca..13566b8 100644
--- a/.idea/.gitignore
+++ b/.idea/.gitignore
@@ -1,7 +1,7 @@
-# 默认忽略的文件
+# Default ignored files
/shelf/
/workspace.xml
-# 基于编辑器的 HTTP 客户端请求
+# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
index 2f2fd3f..a7e41ca 100644
--- a/.idea/encodings.xml
+++ b/.idea/encodings.xml
@@ -1,6 +1,8 @@
+
+
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 82dbec8..a6f57cf 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -7,8 +7,7 @@
+
-
-
-
-
\ No newline at end of file
+
+
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 94a25f7..dcb6b8c 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -1,6 +1,6 @@
-
+
-
\ No newline at end of file
+
diff --git a/cloud-market-server/src/main/java/com/muyu/controller/MarketController.java b/cloud-market-server/src/main/java/com/muyu/controller/MarketController.java
new file mode 100644
index 0000000..1b0429d
--- /dev/null
+++ b/cloud-market-server/src/main/java/com/muyu/controller/MarketController.java
@@ -0,0 +1,13 @@
+package com.muyu.controller;
+
+/**
+ * @Author:ChenYan
+ * @Project:2112-cloud-market
+ * @Package:com.muyu.controller
+ * @Filename:MarketController
+ * @Description 接口
+ * @Date:2024/8/20 11:17
+ */
+
+public class MarketController {
+}