From 1246cf4ff705cbf1c31e2a362c4ac03659e04ae9 Mon Sep 17 00:00:00 2001 From: ycl Date: Wed, 23 Jul 2025 10:14:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20llms-full.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- llms-full.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llms-full.txt b/llms-full.txt index ad0cf2d..bf73475 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -1329,7 +1329,7 @@ requestParams为请求参数列表,response为返回结构,requestParams中 - **3.1.1 支持的语言/框架** Java、SpringBoot、MyBatis-plus(读)、Hibernate(写),具体的项目架构如下 ``` - TOCO生成的项目是一个多模块的SpringBoot项目,包括主模块和子模块 + TOCO生成的项目是一个多模块的SpringBoot项目,包括主模块和子模块,它的子模块位于根目录下的/modules目录中,**注意** 获取代码文件路径的时候需要从根目录开始,所以必须从modules节点开始,例如:module1下的的java类路径应该是`modules/module1/src/main/java...` |──main_module │ ├── common # 项目级别公共的基础模块 │ │ ├──config/ # 中间件配置