From 5a106c938e39d1f82339c122c547434c3d6a5685 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 11 四月 2024 18:22:41 +0800 Subject: [PATCH] 分页插件依赖更换 --- ycl-server/pom.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ycl-server/pom.xml b/ycl-server/pom.xml index b30767c..931bb3f 100644 --- a/ycl-server/pom.xml +++ b/ycl-server/pom.xml @@ -44,6 +44,7 @@ <artifactId>spring-boot-starter-test</artifactId> </dependency> + <!-- 楠岃瘉鐮� --> <dependency> <groupId>pro.fessional</groupId> @@ -119,4 +120,4 @@ </plugins> <finalName>${project.artifactId}</finalName> </build> -</project> \ No newline at end of file +</project> -- Gitblit v1.8.0