From b98af4be3693b84b300e0eaa1bc14df76db5437c Mon Sep 17 00:00:00 2001
From: msb_221930 <65ddd7e7>
Date: Tue, 19 Mar 2024 17:56:20 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E9=99=A2=203.17=2017=EF=BC=9A54?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/beacon-cloud.iml | 2 +
.idea/compiler.xml | 4 +-
.idea/encodings.xml | 4 +-
.idea/misc.xml | 3 +
beacon-api/src/main/resources/bootstrap.yml | 16 +---
beacon-api/target/classes/bootstrap.yml | 8 +-
.../api/controller/SmsController.class | Bin 2233 -> 2233 bytes
beacon-cache/pom.xml | 37 +++++++++
.../com/mashibing/cache/CacheStarterApp.java | 19 +++++
.../mashibing/cache/config/RedisConfig.java | 78 ++++++++++++++++++
.../cache/controller/TestController.java | 31 +++++++
beacon-cache/src/main/resources/bootstrap.yml | 18 ++++
pom.xml | 1 +
13 files changed, 199 insertions(+), 22 deletions(-)
create mode 100644 .idea/beacon-cloud.iml
create mode 100644 beacon-cache/pom.xml
create mode 100644 beacon-cache/src/main/java/com/mashibing/cache/CacheStarterApp.java
create mode 100644 beacon-cache/src/main/java/com/mashibing/cache/config/RedisConfig.java
create mode 100644 beacon-cache/src/main/java/com/mashibing/cache/controller/TestController.java
create mode 100644 beacon-cache/src/main/resources/bootstrap.yml
diff --git a/.idea/beacon-cloud.iml b/.idea/beacon-cloud.iml
new file mode 100644
index 0000000..78b2cc5
--- /dev/null
+++ b/.idea/beacon-cloud.iml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index b2ec7c1..7c01407 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -10,14 +10,16 @@
-
+
+
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
index dd7525e..40b6c2c 100644
--- a/.idea/encodings.xml
+++ b/.idea/encodings.xml
@@ -1,11 +1,9 @@
-
+
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 132404b..1cd6847 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,6 +1,9 @@
+
+
+