diff --git a/clean_java_code_rules.md b/coding-rules.md similarity index 100% rename from clean_java_code_rules.md rename to coding-rules.md diff --git a/a2s_agent_arch.md b/mis-agent.md similarity index 82% rename from a2s_agent_arch.md rename to mis-agent.md index f3b804a..aeb411f 100644 --- a/a2s_agent_arch.md +++ b/mis-agent.md @@ -1,27 +1,14 @@ # Intro -以下是`mis-agent`项目架构以及目录结构。 +以下是`mis-agent`技术栈、目录结构。 ## 核心技术栈 -| 名称 | 版本 | 官方文档 | Github | -|:-----|:-----|:-----|:-----| -|Java|OpenJDK21|-|-| -|SpringBoot|3.2.9|https://docs.spring.io/spring-boot/docs/3.2.9/reference/html|https://github.com/spring-projects/spring-boot/tree/v3.2.9| -|SpringFramework|6.1.12|https://docs.spring.io/spring-framework/reference/6.2/index.html|https://github.com/spring-projects/spring-framework/tree/v6.1.12| -|rocketmq-spring-boot-starter|2.2.3|https://rocketmq.apache.org/zh/docs/4.x|https://github.com/apache/rocketmq-spring/tree/rocketmq-spring-all-2.2.3| -|rocketmq-client|4.9.8|-|https://github.com/apache/rocketmq/tree/rocketmq-all-4.9.8| -|mybatis-plus|3.5.7|https://baomidou.com/introduce/|https://github.com/baomidou/mybatis-plus/tree/v3.5.7| -|MySQL|8.0.25|https://dev.mysql.com/doc/refman/8.0/en/|https://github.com/mysql/mysql-server/tree/mysql-8.0.25| -|Redis|8.0+|-|-| -|redisson-spring-boot-starter|3.34.1|https://redisson.pro/docs/integration-with-spring/#usage|https://github.com/redisson/redisson/tree/redisson-3.34.1/redisson-spring-boot-starter/src/main| -|agentscope-java|1.0.11|https://java.agentscope.io/v1/zh/docs/task/agent-as-tool.html|https://github.com/agentscope-ai/agentscope-java/tree/v1.0.11| -|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| +参考:[mis-core-arch.md](./mis-core-arch.md) ## 必须遵守的代码编写守则 -- [代码书写规范](./clean_java_code_rules.md) +- [代码书写规范](./coding-rules.md) - [数据库实体类与建表规范](./orm.md) - [JavaBean书写规范](./javabean.md) - [书写HTTP接口文档示例](./api_doc.md) diff --git a/mis-core-arch.md b/mis-core-arch.md new file mode 100644 index 0000000..29fedf3 --- /dev/null +++ b/mis-core-arch.md @@ -0,0 +1,21 @@ +# 核心技术栈 + +| 名称 | 版本 | 官方文档 | Github | +|:-----|:-----|:-----|:-----| +|Java|OpenJDK21|-|-| +|spring-boot|3.2.9|https://docs.spring.io/spring-boot/docs/3.2.9/reference/html|https://github.com/spring-projects/spring-boot/tree/v3.2.9| +|spring-framework|6.1.12|https://docs.spring.io/spring-framework/reference/6.2/index.html|https://github.com/spring-projects/spring-framework/tree/v6.1.12| +|rocketmq-spring-boot-starter|2.2.3|https://rocketmq.apache.org/zh/docs/4.x|https://github.com/apache/rocketmq-spring/tree/rocketmq-spring-all-2.2.3| +|rocketmq-client|4.9.8|-|https://github.com/apache/rocketmq/tree/rocketmq-all-4.9.8| +|mybatis-plus|3.5.7|https://baomidou.com/introduce/|https://github.com/baomidou/mybatis-plus/tree/v3.5.7| +|MySQL|8.0.25|https://dev.mysql.com/doc/refman/8.0/en/|https://github.com/mysql/mysql-server/tree/mysql-8.0.25| +|Redis|8.0+|-|-| +|redisson-spring-boot-starter|3.34.1|https://redisson.pro/docs/integration-with-spring/#usage|https://github.com/redisson/redisson/tree/redisson-3.34.1/redisson-spring-boot-starter/src/main| +|agentscope-java|1.0.11|https://java.agentscope.io/v1/zh/docs/task/agent-as-tool.html|https://github.com/agentscope-ai/agentscope-java/tree/v1.0.11| +|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| +|hutool-core|5.8.42|https://github.com/chinabugotech/hutool-site/tree/master/docs/core|https://github.com/chinabugotech/hutool/tree/5.8.42/hutool-core| +|hutool-json|5.8.42|https://github.com/chinabugotech/hutool-site/tree/master/docs/json|https://github.com/chinabugotech/hutool/tree/5.8.42/hutool-json| +|spring-cloud|-|-|-| +|spring-cloud-alibaba|-|-|-| +|dubbo|-|-|-| \ No newline at end of file