فهرست منبع

update document

zhh 6 سال پیش
والد
کامیت
11d86905f1
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 1
      README.md
  2. 1 0
      document/reference/deploy-windows.md

+ 1 - 1
README.md

@@ -71,7 +71,7 @@ MongoDb | NoSql数据库 | [https://www.mongodb.com/](https://www.mongodb.com/)
 Docker | 应用容器引擎 | [https://www.docker.com/](https://www.docker.com/)
 Druid | 数据库连接池 | [https://github.com/alibaba/druid](https://github.com/alibaba/druid)
 OSS | 对象存储 | [https://github.com/aliyun/aliyun-oss-java-sdk](https://github.com/aliyun/aliyun-oss-java-sdk)
-JWT | JTW登录支持 | [https://github.com/jwtk/jjwt](https://github.com/jwtk/jjwt)
+JWT | JWT登录支持 | [https://github.com/jwtk/jjwt](https://github.com/jwtk/jjwt)
 LogStash | 日志收集 | [https://github.com/logstash/logstash-logback-encoder](https://github.com/logstash/logstash-logback-encoder)
 Lombok | 简化对象封装工具 | [https://github.com/rzwitserloot/lombok](https://github.com/rzwitserloot/lombok)
 

+ 1 - 0
document/reference/deploy-windows.md

@@ -78,6 +78,7 @@
 
 - 启动项目:直接运行com.macro.mall.MallAdminApplication的main方法即可
 - 接口文档地址:http://localhost:8080/swagger-ui.html
+- 文件上传需要配置OSS:将mall-admin\src\main\resources\application.properties文件中以aliyun.oss.开头的配置改为你自己的配置
 
 ## mall-search