From 1ed0db86fa19ad971b0264bc5dbea8c37327c1a6 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Wed, 17 Aug 2022 14:43:08 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E4=BF=AE=E6=94=B9=20properties=20demo?= =?UTF-8?q?=20=E7=9A=84=20README=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo-properties/README.md | 43 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 34 insertions(+), 9 deletions(-) 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.配置类