diff --git a/demodump/.idea/encodings.xml b/demodump/.idea/encodings.xml
new file mode 100644
index 0000000..aa00ffa
--- /dev/null
+++ b/demodump/.idea/encodings.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demodump/pom.xml b/demodump/pom.xml
index 8a20857..dc1dfda 100644
--- a/demodump/pom.xml
+++ b/demodump/pom.xml
@@ -7,6 +7,45 @@
org.example
demodump
1.0-SNAPSHOT
+
+
+
+ 1.0.0
+
+ UTF-8
+ UTF-8
+
+ 1.8
+
+
+ 3.1.1
+ 1.6.0
+ 2.0.0
+ 1.3.2
+ 1.1.22
+ 1.19
+ 2.3.2
+ 2.9.2
+ 1.8.9
+ 1.2.5
+ 1.2.73
+ 5.2.5
+ 5.5.0
+ 2.5
+ 1.3.3
+ 3.17
+ 1.7
+ 0.7.3
+ [7.2.0, 7.2.99]
+ 1.67
+ 2.8.6
+ 2.1.3.RELEASE
+ 4.0.24.Final
+ 2.9.0
+ 4.0.0
+
+
+
@@ -15,6 +54,50 @@
5.3.23
+
+
+ org.springframework
+ spring-aop
+ 5.3.22
+
+
+
+
+ com.alibaba
+ fastjson
+ 1.2.73
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-aop
+
+
+
+
+
+ org.springframework.data
+ spring-data-redis
+ 2.1.3.RELEASE
+
+
+
+
+ commons-io
+ commons-io
+ 2.5
+
+
+
+
+ commons-fileupload
+ commons-fileupload
+ 1.3.3
+
+
+
+
junit
@@ -24,6 +107,435 @@
+
+
+ com.alibaba
+ druid-spring-boot-starter
+ ${druid.version}
+
+
+
+
+ com.github.penggle
+ kaptcha
+ ${kaptcha.version}
+
+
+
+
+ org.apache.shiro
+ shiro-core
+ ${shiro.version}
+
+
+
+
+ org.apache.shiro
+ shiro-spring
+ ${shiro.version}
+
+
+
+
+ org.apache.shiro
+ shiro-ehcache
+ ${shiro.version}
+
+
+
+
+ com.github.theborakompanioni
+ thymeleaf-extras-shiro
+ ${thymeleaf.extras.shiro.version}
+
+
+
+
+ org.springframework
+ spring-web
+
+
+
+
+ org.apache.commons
+ commons-lang3
+
+
+
+
+
+ eu.bitwalker
+ UserAgentUtils
+ ${bitwalker.version}
+
+
+
+
+ com.github.pagehelper
+ pagehelper-spring-boot-starter
+ ${pagehelper.boot.version}
+
+
+
+
+
+ org.springframework.data
+ spring-data-redis
+ ${spring-data-redis.version}
+
+
+
+ org.apache.commons
+ commons-pool2
+ ${commons-pool2.version}
+
+
+ io.netty
+ netty-all
+ ${netty-all.version}
+
+
+
+
+ com.github.oshi
+ oshi-core
+ ${oshi.version}
+
+
+
+
+
+ io.springfox
+ springfox-swagger2
+ ${swagger.version}
+
+
+ io.swagger
+ swagger-annotations
+
+
+ io.swagger
+ swagger-models
+
+
+
+
+
+
+ io.springfox
+ springfox-swagger-ui
+ ${swagger.version}
+
+
+
+ com.github.xiaoymin
+ swagger-bootstrap-ui
+ ${swagger-bootstrap-ui.version}
+
+
+
+
+ commons-io
+ commons-io
+ ${commons.io.version}
+
+
+
+
+ commons-fileupload
+ commons-fileupload
+ ${commons.fileupload.version}
+
+
+
+
+ org.apache.poi
+ poi-ooxml
+ ${poi.version}
+
+
+
+
+ org.apache.velocity
+ velocity
+ ${velocity.version}
+
+
+
+
+ com.alibaba
+ fastjson
+ ${fastjson.version}
+
+
+
+
+ us.codecraft
+ webmagic-core
+ ${webmagic.version}
+
+
+ us.codecraft
+ webmagic-extension
+ ${webmagic.version}
+
+
+
+
+ org.bouncycastle
+ bcprov-jdk15on
+ ${bcprov-jdk15on.version}
+
+
+
+
+ com.google.code.gson
+ gson
+ ${gson.version}
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-dependencies
+ 2.1.17.RELEASE
+ pom
+ import
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demodump/src/main/java/org/example/redislimater/ApiCall.java b/demodump/src/main/java/org/example/redislimater/ApiCall.java
new file mode 100644
index 0000000..ff77770
--- /dev/null
+++ b/demodump/src/main/java/org/example/redislimater/ApiCall.java
@@ -0,0 +1,46 @@
+/*
+ * Copyright (C), 2019-2020 dingyong
+ * FileName: ApiCall
+ * Author: dingyong
+ * Date: 2021/1/22
+ * Description: //描述
+ * History: //修改记录
+ *