From 002c0ac4c04ea51dd3fd96def3c1f62c8bade624 Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期四, 01 八月 2024 11:26:59 +0800 Subject: [PATCH] -bug修改 --- jcdm-main/pom.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/jcdm-main/pom.xml b/jcdm-main/pom.xml index e2a3278..11ee8d4 100644 --- a/jcdm-main/pom.xml +++ b/jcdm-main/pom.xml @@ -69,7 +69,7 @@ <dependency> <groupId>com.kangaroohy</groupId> <artifactId>milo-spring-boot-starter</artifactId> - <version>3.0.5</version> + <version>3.0.4</version> </dependency> <!-- opc end--> @@ -77,6 +77,12 @@ <groupId>com.jcdm</groupId> <artifactId>jcdm-quartz</artifactId> </dependency> + <dependency> + <groupId>org.mybatis</groupId> + <artifactId>mybatis</artifactId> + <version>3.5.13</version> + <scope>compile</scope> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3