From cbd3e7e86c0057e74522ebe129df6e984b478b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=B0=E6=98=8E?= Date: Wed, 20 Aug 2025 14:19:35 +0000 Subject: [PATCH] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 辰明 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c4e18e..583a77a 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,8 @@ CREATE TABLE `magic_api_backup` ( `create_by` varchar(64) DEFAULT NULL COMMENT '操作人', PRIMARY KEY (`id`,`create_date`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 -``` \ No newline at end of file +``` + +### 测试访问 + +http://IP:9999/magic/web -- Gitee