mirror of
https://gitee.com/lxp135/minio-plus.git
synced 2025-12-06 08:58:25 +08:00
模块划分。
This commit is contained in:
parent
bdd83e0c60
commit
e5466ea827
14
README.md
14
README.md
@ -23,8 +23,20 @@
|
||||
项目定位为一个MinIO的Java语言SDK,非独立部署服务,并支持spring-boot自动装配。
|
||||
用户自行实现数据存储部分,项目仅提供MySQL默认实现。
|
||||
|
||||
/TODO 整体设计,包图
|
||||

|
||||
|
||||
* minio-plus-core:核心业务逻辑包
|
||||
* minio-plus-extension:扩展包,该包封装了Controller相关接口,帮助项目使用时开箱即用
|
||||
* minio-plus-common:工具类包,一些常用的工具类
|
||||
* minio-plus-model:实体类包
|
||||
* minio-plus-config:配置类包
|
||||
* minio-plus-spring-boot-starter
|
||||
* minio-plus-all-spring-boot-starter:包含core、extension、common、model
|
||||
* minio-plus-core-spring-boot-starter:包含core、common、model
|
||||
* minio-plus-model-spring-boot-starter:只有model自身
|
||||
* minio-plus-application
|
||||
* minio-plus-application-mysql:基于all-starter,元数据使用MySQL数据库的示例工程
|
||||
|
||||
## 2.1 文件下载 | File Download
|
||||
|
||||

|
||||
|
||||
BIN
doc/image/模块划分.png
Normal file
BIN
doc/image/模块划分.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 219 KiB |
Loading…
x
Reference in New Issue
Block a user