From 84af1dfe8a591d66401c61bda15497a07b522928 Mon Sep 17 00:00:00 2001 From: zhangsan <646228430@qq.com> Date: Mon, 24 Mar 2025 16:34:35 +0800 Subject: [PATCH] =?UTF-8?q?Commit=20on=202025/03/24=20=E5=91=A8=E4=B8=80?= =?UTF-8?q?=2016:34:35.02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Java/JavaWeb——后端.md | 10 +++--- Java/力扣Hot 100题.md | 6 ++-- Java/草稿.md | 71 ++++++++++++++++++++++--------------------- 3 files changed, 44 insertions(+), 43 deletions(-) diff --git a/Java/JavaWeb——后端.md b/Java/JavaWeb——后端.md index 8c2a298..88bd94d 100644 --- a/Java/JavaWeb——后端.md +++ b/Java/JavaWeb——后端.md @@ -1085,7 +1085,7 @@ public interface EmpMapper { 1. resources下创与java下一样的包,即edu/whut/mapper,新建xx.xml文件 -2. ``` +2. ```text - ```text - + XML映射文件的namespace属性为Mapper接口**全限定名**(包+类名) + ``` -3. ``` + + +3. ```text