diff --git a/demo-properties/README.md b/demo-properties/README.md
index 3276c65..7020d80 100644
--- a/demo-properties/README.md
+++ b/demo-properties/README.md
@@ -6,15 +6,40 @@
#### 1.1.添加依赖
```xml
-
-
- org.springframework.boot
- spring-boot-configuration-processor
- true
-
+
+
+ com.xkcoding
+ common-tools
+
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+ true
+
+
+
+ org.projectlombok
+ lombok
+ true
+
+
+
```
#### 1.2.配置类