SpringApplicationStart.puml 505 B

1234567891011121314151617
  1. @startuml
  2. title <b><u>Spring 启动过程
  3. autonumber 1 "[0.0]"
  4. SpringApplication --> SpringApplication: 调用run(source,args) \nsource为启动类class,\nargs 为main方法的参数
  5. Bob <--> Alice: Authentication Response
  6. newpage
  7. Bob --[#red]> wuxw: java方法调用
  8. note left: <i><s><w><size:22>爱情买卖
  9. wuxw -->
  10. note left of Alice #aqua
  11. This is displayed
  12. left of Alice.
  13. end note
  14. Alice -> Bob: Another authentication Request
  15. Alice <-- Bob: another authentication Response
  16. @enduml