diff --git a/README.md b/README.md
index 1ee29f4bd773ee90f2b524693dd4b60dfb0a0f85..39755243ffe53a0acc919445fdaf10dd5499d02c 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
+# Lucy v1.1.2
+
-Lucy v1.1.2
-不断迭代的技术解决方案
+不断迭代的技术解决方案
---
@@ -21,9 +22,6 @@
| [lucy-jpa: JPA核心依赖,支持自定义审计,快速构建流程](https://gitee.com/lboot/lucy-jpa) |
| [lucy-rbac: 基于SaToken的RBAC的鉴权方案实现,支持细粒度权限管理](https://gitee.com/lboot/lucy-rbac) |
-
-
-
## 准备
在引入任何 `Lucy`系列依赖之前,需要完成`jitpack`镜像仓库的配置。
@@ -37,8 +35,6 @@
```
-
-
## 集成
### 引入
@@ -96,8 +92,6 @@ spring.redis.timeout=2000ms
spring.redis.jedis.pool.max-wait=-1ms
```
-
-
## 功能
### 鉴权服务
@@ -149,8 +143,6 @@ public class DemoCtl {
| getDeptId() | 获取当前用户部门ID(不存在返回空) | String | 1.0.3+ |
| getRoleIds() | 获取当前用户拥有的角色ID列表 | List | 1.0.3+ |
-
-
### 缓存服务
#### 使用条件
@@ -183,8 +175,6 @@ RedisCache redisCache;
[RedisCache](https://gitee.com/lboot/lucy-spring-boot-starter/blob/master/src/main/java/org/lboot/starter/redis/RedisCache.java)
-
-
## 自定义注解
### @AuthLogin
@@ -240,8 +230,6 @@ public ResponseDTO