1
0
mirror of https://github.com/khorevaa/ras-service.git synced 2024-11-24 08:22:17 +02:00
ras-service/microservice.puml
Aleksey Khorev 9e6144d9b5 new work
2021-08-11 22:36:12 +03:00

22 lines
353 B
Plaintext

@startuml
'https://plantuml.com/use-case-diagram
:Main Admin: as Admin
(Use the application) as (Use)
User -> (Start)
User --> (Use)
Admin ---> (Use)
note right of Admin : This is an example.
note right of (Use)
A note can also
be on several lines
end note
note "This note is connected\nto several objects." as N2
(Start) .. N2
N2 .. (Use)
@enduml