This commit is contained in:
chenp 2021-06-27 10:02:17 +08:00
parent 9877f76551
commit 0b993201ce

View File

@ -13,7 +13,6 @@ export_on_save:
```plantuml
@startuml
!include https://deep-tek.com/puml/core.puml
用户 -> 认证中心: 登录操作
认证中心 -> 缓存: 存放(key=token+ip,value=token)token
@ -97,7 +96,7 @@ LAYOUT_WITH_LEGEND()
title Container diagram for Internet Banking System
Person(customer, Customer, "A customer of the bank, with personal bank accounts")
Person(customer, Customer, "A customer of the bank,测试 with personal bank accounts")
System_Boundary(c1, "Internet Banking") {
Container(web_app, "Web Application", "Java, Spring MVC", "Delivers the static content and the Internet banking SPA")