From b27ac93fef52e81811bff7f767b24d8ae8a1fdb2 Mon Sep 17 00:00:00 2001 From: 8ga Date: Tue, 8 Sep 2026 11:33:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20mis-spec/SKILL.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mis-spec/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mis-spec/SKILL.md b/mis-spec/SKILL.md index 6bd3c6d..c538fb0 100644 --- a/mis-spec/SKILL.md +++ b/mis-spec/SKILL.md @@ -20,7 +20,7 @@ description: 在mis编写代码的必备技能。 |:---|:---| |该用哪个profile执行编译?|向用户询问,可用的数值有:dev、local、qas、prd。| |怎么读profile的配置?| 阅读文档[read_profile.md](./references/read_profile.md)| -|怎么编译或打包?|系统已安装`mvnd`用来替换`mvn`命令,在**项目根目录**执行命令:`mvnd clean package -DskipTests -Pdev`,**耗时约80秒**。| +|怎么编译或打包?|系统已安装`mvnd`用来替换`mvn`命令,在**项目根目录**执行命令:`mvnd clean package -DskipTests -Plocal`,**耗时约80秒**。| |怎么读取nacos配置文件?|阅读文档[read_nacos_config.md](./references/read_nacos_config.md)| |如何发起重试?比如提高异步任务可靠性!|阅读文档[worksheet.md](./references/worksheet.md)| |项目根目录在哪?|一般就位于当前工作目录!| \ No newline at end of file