filemanage-backend/README.md
2024-04-26 18:54:15 +08:00

15 lines
420 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 多模态文件管理系统后端工程 filemanage-backend
## 创建数据库表
运行sql/fileManage.sql基于MySQL版本不低于5.5推荐8
## 自定义项目配置
修改application.yml下的配置信息或部署后创建生产环境配置文件
## 开发环境下启动
启动src/main/java/cn/czyx007/filemanage/Application.java
## 打包工程到生产环境部署
1.mvn clean
2.mvn package