From 0b993201cede09b609a7c56231e6bc3004ed78c9 Mon Sep 17 00:00:00 2001 From: chenp Date: Sun, 27 Jun 2021 10:02:17 +0800 Subject: [PATCH] demo01 --- samples/demo01.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/demo01.md b/samples/demo01.md index 84b9389..69049ce 100644 --- a/samples/demo01.md +++ b/samples/demo01.md @@ -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")