Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovecopy committed Jun 5, 2024
1 parent 75e2383 commit 7d8d34c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/others/001.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@

<img src="https://csnotes.oss-cn-beijing.aliyuncs.com/photos/image-20240524000743540.png" alt="image-20240524000743540" style="zoom:50%;" />

实现 XML 和 Mapper 的跳转,自动补全 SQL。
实现 XML 和 Mapper 的跳转,自动补全 SQL。

<img src="https://csnotes.oss-cn-beijing.aliyuncs.com/photos/image-20240605201131209.png" alt="image-20240605201131209" style="zoom:50%;" />

检查代码质量。
14 changes: 14 additions & 0 deletions docs/ssm/022.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,17 @@ prefixOverrides/suffixOverrides:将trim标签前面或后面去掉内容。
\<open>开始

\<close>结束

## 特殊值处理

### null值

\<null>

### xml实体

\&lt; \&gt;

### CDATA节

![CDATA[]]

0 comments on commit 7d8d34c

Please sign in to comment.