From a33396e17dd847f31b62f416f7d9c5a58b79126b Mon Sep 17 00:00:00 2001 From: XiaoRuby <3114200645@qq.com> Date: 星期五, 28 七月 2023 09:02:29 +0800 Subject: [PATCH] LIMS管理系统框架-开发7-28早上 --- 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