添加默认文件客户端.

This commit is contained in:
lijiahang
2023-07-14 11:17:55 +08:00
parent d8b7123d8b
commit e0fc9171b6
8 changed files with 95 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
@RequestMapping("/server/bootstrap")
public class BootstrapController {
@Operation(summary = "检测心跳")
@Operation(summary = "健康检测")
@GetMapping("/health")
public String health() {
return "server ok";

View File

@@ -165,6 +165,7 @@ orion:
storage:
# 本地文件存储
local:
primary: true
enabled: true
name-append-trace-id: true
storage-path: ${user.home}