Test: Unterschied zwischen den Versionen

Aus ahrensburg.city
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „{{#mermaid:sequenceDiagram participant Alice participant Bob Alice->John: Hello John, how are you? loop Healthcheck John->John: Fight against hypochondria end Note right of John: Rational thoughts <br/>prevail... John-->Alice: Great! John->Bob: How about you? Bob-->John: Jolly good! }}“)
 
Keine Bearbeitungszusammenfassung
(11 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
{{#mermaid:sequenceDiagram
{{#mermaid:sequenceDiagram
participant Alice
    Client->>DispatcherServlet: HTTP-Anfrage
participant Bob
    DispatcherServlet->>Controller: Auswahl der Methode
  Alice->John: Hello John, how are you?
    Controller->>Service: Geschäftslogik
  loop Healthcheck
    Service->>Repository: Datenzugriff
      John->John: Fight against hypochondria
    Repository-->>Service: Daten
  end
    Service-->>Controller: Daten
  Note right of John: Rational thoughts <br/>prevail...
     Controller-->>DispatcherServlet: Antwort
     John-->Alice: Great!
     DispatcherServlet-->>Client: HTTP-Antwort
     John->Bob: How about you?
}}
     Bob-->John: Jolly good!
 
<br>
 
{{#mermaid:graphTD
     A[Client: HTTP-Anfrage] --> B(DispatcherServlet: Anfrageempfang);
 
}}
}}

Version vom 17. März 2025, 21:01 Uhr