SpringApplicationStart.puml · 505 B · ext
.puml · seen 20× in SWHvia unique-primary
swh:1:cnt:cccd14a53dbd8800a234c79bf61251c5829d0d42;origin=https://github.com/928255095/MicroCommunity;anchor=swh:1:rev:074a0d6b7427960eba09b76c77d8df69ee5d4d2d;path=/OrderService/SpringApplicationStart.puml
Show source
@startuml
title <b><u>Spring 启动过程
autonumber 1 "[0.0]"
SpringApplication --> SpringApplication: 调用run(source,args) \nsource为启动类class,\nargs 为main方法的参数
Bob <--> Alice: Authentication Response
newpage
Bob --[#red]> wuxw: java方法调用
note left: <i><s><w><size:22>爱情买卖
wuxw -->
note left of Alice #aqua
This is displayed
left of Alice.
end note
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml