1 changed files with 0 additions and 21 deletions
@ -1,21 +0,0 @@ |
|||||
package com.epmet.controller; |
|
||||
|
|
||||
import com.epmet.commons.tools.utils.Result; |
|
||||
import org.springframework.web.bind.annotation.PostMapping; |
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
|
||||
import org.springframework.web.bind.annotation.RestController; |
|
||||
|
|
||||
@RestController |
|
||||
@RequestMapping("healthcheck") |
|
||||
public class HealthCheckController { |
|
||||
|
|
||||
/** |
|
||||
* http健康检查 |
|
||||
* @return |
|
||||
*/ |
|
||||
@PostMapping("http") |
|
||||
public Result httpHealthCheck() { |
|
||||
return new Result(); |
|
||||
} |
|
||||
|
|
||||
} |
|
Loading…
Reference in new issue