diff --git a/a2s_agent_arch.md b/a2s_agent_arch.md index 4e4f366..8979be0 100644 --- a/a2s_agent_arch.md +++ b/a2s_agent_arch.md @@ -19,6 +19,15 @@ |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| +## 代码编写守则 + +- 代码书写规范:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/clean_java_code_rules.md +- ORM实体类示例:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_entity.md +- 枚举类示例:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_enum.md +- SQL示例:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_mysql_ddl.md +- 书写HTTP接口文档示例:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_rest_api_doc.md +- DTO/VO示例:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_dto_bean.md + ## 目录结构 ### 主目录