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

@@ -15,26 +15,13 @@
领域
</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>16</source>
<target>16</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>2.0.43</version>
<scope>compile</scope>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@@ -44,7 +31,12 @@
<dependency>
<groupId>com.openhis</groupId>
<artifactId>openhis-common</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>