From be866f99807bd04af933b8e936568be1f2205f7c Mon Sep 17 00:00:00 2001 From: 8ga Date: Tue, 8 Sep 2026 11:33:54 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mis-spec/SKILL.md b/mis-spec/SKILL.md index c538fb0..16b1ff6 100644 --- a/mis-spec/SKILL.md +++ b/mis-spec/SKILL.md @@ -18,9 +18,9 @@ description: 在mis编写代码的必备技能。 | 问题 | 答案 | |:---|:---| +|项目根目录在哪?|一般就位于当前工作目录!| |该用哪个profile执行编译?|向用户询问,可用的数值有:dev、local、qas、prd。| |怎么读profile的配置?| 阅读文档[read_profile.md](./references/read_profile.md)| |怎么编译或打包?|系统已安装`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 +|如何发起重试?比如提高异步任务可靠性!|阅读文档[worksheet.md](./references/worksheet.md)| \ No newline at end of file