Skip to content

Commit

Permalink
fix-fileServer-修正路径配置错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
aruis committed Oct 23, 2024
1 parent e1b92ed commit e9c1f27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion muyun-boot/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
muyun:
super-user-id: 1 # 可以在环境变量里预先设置 MUYUN_USERNAME、MUYUN_PASSWORD 来确定初始化的用户名和密码
file-server:
upload-path: ./test
upload-path: ./test/
page-path: fileServer
web:
redirects:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ public String save(File file) {
return this.save(file, file.getName());
}


// 保存文件
public String save(File file, String assignName) {
String saveId = generateBsyUid();
Expand Down

0 comments on commit e9c1f27

Please sign in to comment.