Merge remote-tracking branch 'origin/main'

This commit is contained in:
weiweiw 2024-06-18 10:39:48 +08:00
commit 8d283db6ea
1 changed files with 2 additions and 4 deletions

View File

@ -12,12 +12,10 @@
博诺思微服务平台代码仓库http://192.168.0.56:3000/bonus/Bonus-Cloud.git 博诺思微服务平台代码仓库http://192.168.0.56:3000/bonus/Bonus-Cloud.git
## 系统模块 ## 系统模块
~~~
com.bonus com.bonus
├── bonus-api // 接口模块 ├── bonus-api // 接口模块
│ └── bonus-ai-api-system // 系统接口 │ └── bonus-ai-api-system // 系统接口
├── bonus-modules // 业务模块 ├── bonus-modules // 业务模块
│ └── bonus-ai-modules // 系统模块 │ └── bonus-ai // 人工智能平台系统模块
│ └── bonus-large-model // 大模型模块
│ └── bonus-ocr-recognition // OCR识别模块
├──pom.xml // 公共依赖 ├──pom.xml // 公共依赖