From d5a36bc91322138bfebe973af6304d8c333738dc Mon Sep 17 00:00:00 2001 From: jeyong <118044367+joon6093@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:37:58 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EC=9A=B4=EC=98=81=EC=B2=B4=EC=A0=9C=20?= =?UTF-8?q?=EC=A2=85=EC=86=8D=EC=84=B1=EC=97=90=20=EB=8C=80=ED=95=9C=20?= =?UTF-8?q?=EB=82=B4=EC=9A=A9=20=EC=9E=91=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de0b325..db36ddf 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ The Sigterm Handler ensures that SIGTERM signals are correctly processed, allowi ## ⚙️ Requirements To use the Sigterm Handler, ensure your project meets the following requirements. +- **Operating System:** Verified to work on Linux, macOS, and Windows. (Uses non-standard APIs for direct signal handling, which may exhibit different behavior across JVMs and OSs.) - **Spring Boot:** 3.0.0 or higher - **Java:** 17 or higher - + ## 📦 Dependency To integrate the Sigterm Handler into your project, follow the steps below based on your build tool.