Merge branch 'develop' of gitee.com:tntlinking-opensource/openhis-itai into develop

Signed-off-by: Ubuntu_925 <14284422+Ubuntu_925@user.noreply.gitee.com>
This commit is contained in:
Ubuntu_925
2025-11-12 09:12:49 +00:00
committed by Gitee
10 changed files with 192 additions and 189 deletions

View File

@@ -36,13 +36,11 @@
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-models</artifactId>
<version>1.6.2</version>
</dependency>
<!-- Mysql驱动包 -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>
<!-- 核心模块-->