From 1076219a5369a59d82c59ba8d0bc9a249f7797ef Mon Sep 17 00:00:00 2001 From: Xiaohe <496631085@qq.com> Date: Thu, 20 Feb 2025 10:19:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs/config.md b/doc/docs/config.md index c20efc35f..f46012ce7 100644 --- a/doc/docs/config.md +++ b/doc/docs/config.md @@ -147,7 +147,7 @@ user.mapping = /user 其作用是等效于: ```java -@RequestMapping("/use/abcr") +@RequestMapping("/user/abc") public class UserController extends Controller{ //.... }