This commit is contained in:
V-LiuShuang
2026-08-13 15:47:05 +08:00
parent 951799c3de
commit f4311b63a0
3 changed files with 73 additions and 2 deletions
@@ -1,5 +1,18 @@
# 目录结构
## 根目录
```text
\
├── mis-api\
├── mis-auth\
├── mis-common\
├── mis-gateway\
├── mis-modules\ # 存放业务模块代码的主目录
├── mis-visual\
└── pom.xml # 在<profiles>中定义了Nacos地址及账号密码、NewAPI的地址和密钥
```
## 主目录
```text