From 15362bdbff21c102728fc32509247e4fcf524d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5B=E5=B0=8FG=5D?= Date: Sun, 1 Aug 2021 16:04:04 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b04a68..e38139c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ - 各个分支内容: - master: 使用p、c命名空间 -- master1:使用Autowired自动装配 -- master2:使用 +- master1:使用@Autowired注解自动装配 +- master2:使用@Resource注解自动装配 +- master3:使用注解进行开发 +- master4:使用Java配置类代替beans.xml配置文件 -- GitLab