添加默认文件客户端.
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -165,6 +165,7 @@ orion:
|
||||
storage:
|
||||
# 本地文件存储
|
||||
local:
|
||||
primary: true
|
||||
enabled: true
|
||||
name-append-trace-id: true
|
||||
storage-path: ${user.home}
|
||||
|
||||
Reference in New Issue
Block a user