From 770361cf5d70c7893ffea4f1dacac297628aea1d Mon Sep 17 00:00:00 2001 From: chenhj <1263187585@qq.com> Date: 星期五, 20 六月 2025 18:03:00 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/zd-after --- main-business/pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/main-business/pom.xml b/main-business/pom.xml index b2cc32b..c1f56f7 100644 --- a/main-business/pom.xml +++ b/main-business/pom.xml @@ -40,6 +40,10 @@ <groupId>org.flywaydb</groupId> <artifactId>flyway-database-postgresql</artifactId> </dependency> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>basic-server</artifactId> + </dependency> </dependencies> <properties> -- Gitblit v1.9.3