diff --git a/LICENSE b/LICENSE
index d35c6a4a..9d6e1eb4 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2021 qiufeng9862
+Copyright (c) 2021 mfish-qf
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 2dc48c50..632751f7 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
* 当前版本完成oauth2统一认证接入
* 只需要认证代码可以查看mfish_oauth2_1.0.0分支
* *[认证----gitee地址](https://gitee.com/qiufeng9862/mfish-cloud/tree/mfish_oauth2_1.0.0/)*
- * *[认证----github地址](https://github.com/qiufeng9862/mfish-cloud/tree/mfish_oauth2_1.0.0)*
+ * *[认证----github地址](https://github.com/mfish-qf/mfish-cloud/tree/mfish_oauth2_1.0.0)*
* 持续进行功能完善
### 一期目标:
diff --git a/pom.xml b/pom.xml
index d8a6f3c0..bbc1af83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,8 @@
UTF-8
1.8
2.7.3
- 2021.0.3
- 2021.0.1.0
+ 2021.0.4
+ 2021.0.4.0
2.0.4
3.5.2
3.0.0
@@ -104,6 +104,11 @@
+
+ org.springframework.boot
+ spring-boot-starter-data-redis
+ ${spring-boot.version}
+
com.github.tobato