日志脱敏
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.orion.ops.launch.controller;
|
||||
|
||||
import com.orion.ops.framework.common.annotation.RestWrapper;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
@@ -15,6 +16,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
@RequestMapping("/server/bootstrap")
|
||||
public class BootstrapController {
|
||||
|
||||
@Operation(summary = "检测心跳")
|
||||
@GetMapping("/health")
|
||||
public String health() {
|
||||
return "server ok";
|
||||
|
||||
@@ -32,3 +32,7 @@ springdoc:
|
||||
|
||||
knife4j:
|
||||
enable: false
|
||||
|
||||
logging:
|
||||
printer:
|
||||
mode: ROW
|
||||
|
||||
@@ -118,7 +118,7 @@ logging:
|
||||
ignore:
|
||||
- password,newPassword
|
||||
- metrics
|
||||
desensitization:
|
||||
desensitize:
|
||||
- phone,phoneNumber
|
||||
- email,sendEmail
|
||||
|
||||
|
||||
Reference in New Issue
Block a user