From fbba4ea24430b14eee18b190b7e08f1a58a8e504 Mon Sep 17 00:00:00 2001 From: XiaoRuby <3114200645@qq.com> Date: 星期四, 03 八月 2023 13:48:38 +0800 Subject: [PATCH] LIMS管理系统框架-开发8-3 --- pom.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 932290a..0bfe39d 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,7 @@ <module>framework</module> <module>standard-server</module> <module>inspection-server</module> + <module>laboratory-server</module> </modules> <properties> @@ -78,6 +79,12 @@ <artifactId>mybatis-plus-boot-starter</artifactId> <version>${mybatis-plus.version}</version> </dependency> + + <!--鍚庣娉ㄩ噴妫�楠屽伐鍏�--> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-validation</artifactId> + </dependency> </dependencies> <dependencyManagement> <dependencies> -- Gitblit v1.9.3