diff --git a/mis-spec/SKILL.md b/mis-spec/SKILL.md index 16b1ff6..a659b54 100644 --- a/mis-spec/SKILL.md +++ b/mis-spec/SKILL.md @@ -21,6 +21,6 @@ description: 在mis编写代码的必备技能。 |项目根目录在哪?|一般就位于当前工作目录!| |该用哪个profile执行编译?|向用户询问,可用的数值有:dev、local、qas、prd。| |怎么读profile的配置?| 阅读文档[read_profile.md](./references/read_profile.md)| -|怎么编译或打包?|系统已安装`mvnd`用来替换`mvn`命令,在**项目根目录**执行命令:`mvnd clean package -DskipTests -Plocal`,**耗时约80秒**。| +|怎么编译或打包?|系统已安装`mvnd`用来替换`mvn`命令,在**项目根目录**执行命令:`mvnd clean package -DskipTests -Plocal`,**耗时约200秒**。| |怎么读取nacos配置文件?|阅读文档[read_nacos_config.md](./references/read_nacos_config.md)| |如何发起重试?比如提高异步任务可靠性!|阅读文档[worksheet.md](./references/worksheet.md)| \ No newline at end of file