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.
1 parent 3cbb0f5 commit 72e0c85Copy full SHA for 72e0c85
1 file changed
README.md
@@ -107,4 +107,11 @@ public class ExampleWeb {
107
}
108
109
```
110
-**⚠️ Warning:** Web example requires Spring Boot dependencies and setup.
+>[!WARNING]
111
+> Web example requires Spring Boot dependencies and setup.
112
+
113
+## 🌐 API Endpoints
114
+Method Endpoint Description
115
+GET /books Get all books
116
+POST /books Add book
117
+GET /books/search Search
0 commit comments