This commit is contained in:
Timi
2026-01-15 15:33:39 +08:00
parent 4022cf56c8
commit 3773c37364
9 changed files with 78 additions and 5 deletions

4
Java_Spring.md Normal file
View File

@ -0,0 +1,4 @@
## Spring 相关代码约束
- 单行 SQL 请直接使用 MyBatis 注解写在 Mapper 接口里
- 发生换行的 SQL 请写在 MyBatis xml 中,以便维护