From feb07a1e1b9615d94478768284679e0991b2d15b Mon Sep 17 00:00:00 2001
From: ssl <1151868461@qq.com>
Date: Thu, 11 May 2023 10:23:49 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9D=82=E9=A1=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
vote/.idea/.gitignore | 8 ++++++++
vote/.idea/compiler.xml | 18 ++++++++++++++++++
vote/.idea/encodings.xml | 6 ++++++
vote/.idea/jarRepositories.xml | 20 ++++++++++++++++++++
vote/.idea/misc.xml | 12 ++++++++++++
vote/.idea/vcs.xml | 6 ++++++
vote/src/main/resources/application.yml | 2 +-
7 files changed, 71 insertions(+), 1 deletion(-)
create mode 100644 vote/.idea/.gitignore
create mode 100644 vote/.idea/compiler.xml
create mode 100644 vote/.idea/encodings.xml
create mode 100644 vote/.idea/jarRepositories.xml
create mode 100644 vote/.idea/misc.xml
create mode 100644 vote/.idea/vcs.xml
diff --git a/vote/.idea/.gitignore b/vote/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/vote/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/vote/.idea/compiler.xml b/vote/.idea/compiler.xml
new file mode 100644
index 0000000..5b77bf0
--- /dev/null
+++ b/vote/.idea/compiler.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vote/.idea/encodings.xml b/vote/.idea/encodings.xml
new file mode 100644
index 0000000..63e9001
--- /dev/null
+++ b/vote/.idea/encodings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vote/.idea/jarRepositories.xml b/vote/.idea/jarRepositories.xml
new file mode 100644
index 0000000..712ab9d
--- /dev/null
+++ b/vote/.idea/jarRepositories.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vote/.idea/misc.xml b/vote/.idea/misc.xml
new file mode 100644
index 0000000..868906c
--- /dev/null
+++ b/vote/.idea/misc.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vote/.idea/vcs.xml b/vote/.idea/vcs.xml
new file mode 100644
index 0000000..6c0b863
--- /dev/null
+++ b/vote/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vote/src/main/resources/application.yml b/vote/src/main/resources/application.yml
index 3fa1edb..461a93e 100644
--- a/vote/src/main/resources/application.yml
+++ b/vote/src/main/resources/application.yml
@@ -24,7 +24,7 @@ spring:
port: 6379
host: 127.0.0.1
password:
-image.save-path: images/
+image.save-path: E:/date/images
#MyBatis使用pageHelper分页
pagehelper: