Skip to content

Commit b4b00d6

Browse files
committed
docs: update and convert it to markdown
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent 07035b3 commit b4b00d6

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed
Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
= Solution: Java Server Request Flow - Sequence Diagram
2-
:toc: left
3-
:icons: font
4-
:source-highlighter: highlightjs
5-
:sectnums:
6-
:kroki-server-url: https://kroki.io
7-
:diagram-server: kroki
1+
# Solution: Java Server Request Flow - Sequence Diagram
82

9-
== 🧵 Sequence Diagram
3+
## 🧵 Sequence Diagram
104

115
This diagram shows how a `GET /books` request flows through a typical layered Java server using Spring.
126

13-
[source,mermaid]
14-
....
7+
```mermaid
158
sequenceDiagram
169
participant 🌐 Client
1710
participant 🚪 Controller
@@ -27,6 +20,6 @@ sequenceDiagram
2720
🗄️ Repository-->>⚙️ Service: List<Book>
2821
⚙️ Service-->>🚪 Controller: List<Book>
2922
🚪 Controller-->>🌐 Client: JSON Response
30-
....
23+
```
3124

3225

0 commit comments

Comments
 (0)