This commit is contained in:
V-LiuShuang
2026-07-24 13:25:51 +08:00
parent 2dbfaac9e4
commit dbaabdea04
9 changed files with 116 additions and 549 deletions

View File

@@ -19,14 +19,12 @@
|spring-ai-alibaba|1.1.2.2|https://java2ai.com/docs/overview|https://github.com/alibaba/spring-ai-alibaba/tree/v1.1.2.2|
|spring-ai|1.1.2|https://docs.spring.io/spring-ai/reference/1.1/index.html|https://github.com/spring-projects/spring-ai/tree/v1.1.2|
## 代码编写守则
## 必须遵守的代码编写守则
- [代码书写规范](./clean_java_code_rules.md)
- [ORM实体类示例](./example_entity.md)
- [枚举类示例](./example_enum.md)
- [SQL示例](./example_mysql_ddl.md)
- [书写HTTP接口文档示例](./example_rest_api_doc.md)
- [DTO/VO示例](./example_dto_bean.md)
- [数据库实体类与建表规范](./orm.md)
- [JavaBean书写规范](./javabean.md)
- [书写HTTP接口文档示例](./api_doc.md)
## 目录结构