From f3e793d0cb0810401545820c41b18df16db7f6fa Mon Sep 17 00:00:00 2001 From: wanglizhong <wlz> Date: 星期四, 01 五月 2025 19:21:06 +0800 Subject: [PATCH] fix:ui 层面增加匿名访问 --- ruoyi-system/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/pom.xml b/ruoyi-system/pom.xml index ebb3991..44b16f5 100644 --- a/ruoyi-system/pom.xml +++ b/ruoyi-system/pom.xml @@ -27,6 +27,12 @@ <artifactId>dynamic-datasource-spring-boot-starter</artifactId> <version>3.5.1</version> </dependency> + <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + <scope>provided</scope> + </dependency> + </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.1