src/main/java/com/example/customer/ ├── CustomerManagementApplication.java # 應用程式進入點 ├── config/ │ └── GlobalExceptionHandler.java ...
Accepts POST requests with a JSON message body, matches the message against a set of predefined replies, logs everything to console, and returns a response.