From 5aaa3a566275cb2693bf43febca28c425e748277 Mon Sep 17 00:00:00 2001 From: ageer <ageerle@163.com> Date: 星期二, 22 四月 2025 21:24:00 +0800 Subject: [PATCH] fix: 1. 修复No static resource tool/gen/list. 2. 修复新增数据库校验异常 --- ruoyi-admin/pom.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 89003c2..1cee87a 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -42,12 +42,6 @@ <artifactId>mssql-jdbc</artifactId> </dependency> - <!-- demo妯″潡 --> -<!-- <dependency>--> -<!-- <groupId>org.ruoyi</groupId>--> -<!-- <artifactId>ruoyi-demo</artifactId>--> -<!-- </dependency>--> - <dependency> <groupId>org.ruoyi</groupId> <artifactId>ruoyi-system</artifactId> @@ -58,6 +52,12 @@ <artifactId>ruoyi-chat</artifactId> </dependency> + <dependency> + <groupId>org.ruoyi</groupId> + <artifactId>ruoyi-generator</artifactId> + </dependency> + + </dependencies> <build> -- Gitblit v1.9.3