We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5dcf68 + 8c8c961 commit 9df22f1Copy full SHA for 9df22f1
src/main/java/example/demo/security/HealthCheckController.java
@@ -5,7 +5,7 @@
5
import org.springframework.web.bind.annotation.RestController;
6
7
@RestController
8
-public class HealthCheckController {
+public class HealthCheckController { // 상태체크를 위한 Controller
9
10
@GetMapping("/health-check")
11
public ResponseEntity<?> healthCheck() {
0 commit comments