浏览代码

删除没用的东西以及修改版本号

xiaochan 5 月之前
父节点
当前提交
57506dff5b

+ 1 - 3
pom.xml

@@ -23,9 +23,8 @@
         <thyy-haikang>0.0.5</thyy-haikang>
         <thyy-emr-query>1.5.1</thyy-emr-query>
         <thyy-thirdpart-api>0.0.4</thyy-thirdpart-api>
-        <thyy-scheduled>0.0.8</thyy-scheduled>
+        <thyy-scheduled>0.0.9</thyy-scheduled>
         <thyy-plugins>0.0.1</thyy-plugins>
-        <thyy-hospitalized>0.0.1</thyy-hospitalized>
         <thyy-medinsur>0.0.1</thyy-medinsur>
         <!--   plugins     -->
 
@@ -41,7 +40,6 @@
         <module>thyy-thirdpart-api</module>
         <module>thyy-scheduled</module>
         <module>thyy-plugins</module>
-        <module>thyy-hospitalized</module>
         <module>thyy-medinsur</module>
     </modules>
     <dependencies>

+ 0 - 1
thyy-archive/src/main/java/org/thyy/archive/service/archive/task/ArchiveService.java

@@ -30,7 +30,6 @@ import org.thyy.archive.data.archive.ArchiveTask;
 import org.thyy.archive.data.archive.PatientArchive;
 import org.thyy.archive.data.archive.TaskPatient;
 import org.thyy.archive.enumtype.ArchiveType;
-import org.thyy.archive.service.UploadService;
 import org.thyy.archive.service.socket.SocketApi;
 import org.thyy.archive.utils.TokenUtil;
 import org.thyy.utils.TreeUtilV2;

+ 0 - 1
thyy-hospitalized/HELP.md

@@ -1 +0,0 @@
-# 住院服务

+ 0 - 40
thyy-hospitalized/pom.xml

@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.thyy.business</groupId>
-        <artifactId>thyy-business</artifactId>
-        <version>0.0.1</version>
-    </parent>
-    <groupId>org.thyy.hospitalized</groupId>
-    <artifactId>thyy-hospitalized</artifactId>
-    <version>${thyy-hospitalized}</version>
-    <name>thyy-hospitalized</name>
-    <description>thyy-hospitalized</description>
-    <packaging>pom</packaging>
-
-    <modules>
-        <module>thyy-doctor</module>
-    </modules>
-
-    <properties>
-        <java.version>21</java.version>
-    </properties>
-    <dependencies>
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter</artifactId>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>

+ 0 - 1
thyy-hospitalized/thyy-doctor/HELP.md

@@ -1 +0,0 @@
-# 住院医生服务

+ 0 - 69
thyy-hospitalized/thyy-doctor/pom.xml

@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.thyy.hospitalized</groupId>
-        <artifactId>thyy-hospitalized</artifactId>
-        <version>0.0.1</version>
-    </parent>
-    <groupId>org.thyy.doctor</groupId>
-    <artifactId>thyy-doctor</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
-    <name>thyy-doctor</name>
-    <description>thyy-doctor</description>
-
-    <properties>
-        <java.version>21</java.version>
-    </properties>
-    <dependencies>
-        <dependency>
-            <groupId></groupId>
-            <artifactId>kotlin-</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.thyy</groupId>
-            <artifactId>thyy-gateway</artifactId>
-            <version>0.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.thyy.business</groupId>
-            <artifactId>thyy-utils</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-validation</artifactId>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <annotationProcessorPaths>
-                        <path>
-                            <groupId>org.projectlombok</groupId>
-                            <artifactId>lombok</artifactId>
-                        </path>
-                    </annotationProcessorPaths>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <exclude>
-                            <groupId>org.projectlombok</groupId>
-                            <artifactId>lombok</artifactId>
-                        </exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>

+ 0 - 13
thyy-medinsur/src/test/java/org/thyy/medinsur/ThyyMedinsurApplicationTests.java

@@ -1,13 +0,0 @@
-package org.thyy.medinsur;
-
-import org.junit.jupiter.api.Test;
-import org.springframework.boot.test.context.SpringBootTest;
-
-@SpringBootTest
-class ThyyMedinsurApplicationTests {
-
-    @Test
-    void contextLoads() {
-    }
-
-}