Skip to content

Commit

Permalink
docs: 운영체제 종속성에 대한 내용 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
joon6093 authored Dec 2, 2024
1 parent 9b7e666 commit d5a36bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d5a36bc

Please sign in to comment.