wangwei 7 år sedan
förälder
incheckning
ab12e8b047

+ 27 - 27
examcloud-core-examwork-export/pom.xml → examcloud-core-examwork-api/pom.xml

@@ -1,27 +1,27 @@
-<?xml version="1.0"?>
-<project
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>cn.com.qmth.examcloud.core.examwork</groupId>
-		<artifactId>examcloud-core-examwork</artifactId>
-		<version>0.1.0</version>
-	</parent>
-	<artifactId>examcloud-core-examwork-export</artifactId>
-	<packaging>jar</packaging>
-
-	<dependencies>
-		<dependency>
-			<groupId>cn.com.qmth.examcloud.core.examwork</groupId>
-			<artifactId>examcloud-core-examwork-domain</artifactId>
-			<version>${examcloud.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>cn.com.qmth.examcloud.core.examwork</groupId>
-			<artifactId>examcloud-core-examwork-service</artifactId>
-			<version>${examcloud.version}</version>
-		</dependency>
-
-	</dependencies>
-</project>
+<?xml version="1.0"?>
+<project
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>cn.com.qmth.examcloud.core.examwork</groupId>
+		<artifactId>examcloud-core-examwork</artifactId>
+		<version>0.1.0</version>
+	</parent>
+	<artifactId>examcloud-core-examwork-api</artifactId>
+	<packaging>jar</packaging>
+
+	<dependencies>
+		<dependency>
+			<groupId>cn.com.qmth.examcloud.core.examwork</groupId>
+			<artifactId>examcloud-core-examwork-domain</artifactId>
+			<version>${examcloud.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>cn.com.qmth.examcloud.core.examwork</groupId>
+			<artifactId>examcloud-core-examwork-service</artifactId>
+			<version>${examcloud.version}</version>
+		</dependency>
+
+	</dependencies>
+</project>

+ 0 - 0
examcloud-core-examwork-export/src/main/java/cn/com/qmth/examcloud/service/examwork/api/ExamApi.java → examcloud-core-examwork-api/src/main/java/cn/com/qmth/examcloud/service/examwork/api/ExamApi.java


+ 0 - 0
examcloud-core-examwork-export/src/main/java/cn/com/qmth/examcloud/service/examwork/api/ExamCourseApi.java → examcloud-core-examwork-api/src/main/java/cn/com/qmth/examcloud/service/examwork/api/ExamCourseApi.java


+ 0 - 0
examcloud-core-examwork-export/src/main/java/cn/com/qmth/examcloud/service/examwork/api/ExamOrgTimeApi.java → examcloud-core-examwork-api/src/main/java/cn/com/qmth/examcloud/service/examwork/api/ExamOrgTimeApi.java


+ 0 - 0
examcloud-core-examwork-export/src/main/java/cn/com/qmth/examcloud/service/examwork/api/ExamPaperTypeApi.java → examcloud-core-examwork-api/src/main/java/cn/com/qmth/examcloud/service/examwork/api/ExamPaperTypeApi.java


+ 0 - 0
examcloud-core-examwork-export/src/main/java/cn/com/qmth/examcloud/service/examwork/api/ExamScoreApi.java → examcloud-core-examwork-api/src/main/java/cn/com/qmth/examcloud/service/examwork/api/ExamScoreApi.java


+ 0 - 0
examcloud-core-examwork-export/src/main/java/cn/com/qmth/examcloud/service/examwork/api/ExamStudentApi.java → examcloud-core-examwork-api/src/main/java/cn/com/qmth/examcloud/service/examwork/api/ExamStudentApi.java


+ 22 - 22
examcloud-core-examwork-import/pom.xml → examcloud-core-examwork-client/pom.xml

@@ -1,22 +1,22 @@
-<?xml version="1.0"?>
-<project
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>cn.com.qmth.examcloud.core.examwork</groupId>
-		<artifactId>examcloud-core-examwork</artifactId>
-		<version>0.1.0</version>
-	</parent>
-	<artifactId>examcloud-core-examwork-import</artifactId>
-	<packaging>jar</packaging>
-
-	<dependencies>
-		<dependency>
-			<groupId>cn.com.qmth.examcloud.core.examwork</groupId>
-			<artifactId>examcloud-core-examwork-domain</artifactId>
-			<version>${examcloud.version}</version>
-		</dependency>
-	</dependencies>
-
-</project>
+<?xml version="1.0"?>
+<project
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>cn.com.qmth.examcloud.core.examwork</groupId>
+		<artifactId>examcloud-core-examwork</artifactId>
+		<version>0.1.0</version>
+	</parent>
+	<artifactId>examcloud-core-examwork-client</artifactId>
+	<packaging>jar</packaging>
+
+	<dependencies>
+		<dependency>
+			<groupId>cn.com.qmth.examcloud.core.examwork</groupId>
+			<artifactId>examcloud-core-examwork-domain</artifactId>
+			<version>${examcloud.version}</version>
+		</dependency>
+	</dependencies>
+
+</project>

+ 1 - 1
examcloud-core-examwork-main/pom.xml

@@ -14,7 +14,7 @@
 	<dependencies>
 		<dependency>
 			<groupId>cn.com.qmth.examcloud.core.examwork</groupId>
-			<artifactId>examcloud-core-examwork-export</artifactId>
+			<artifactId>examcloud-core-examwork-api</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
 

+ 2 - 2
pom.xml

@@ -14,8 +14,8 @@
 	<modules>
 		<module>examcloud-core-examwork-domain</module>
 		<module>examcloud-core-examwork-main</module>
-		<module>examcloud-core-examwork-import</module>
-		<module>examcloud-core-examwork-export</module>
+		<module>examcloud-core-examwork-client</module>
+		<module>examcloud-core-examwork-api</module>
 		<module>examcloud-core-examwork-service</module>
 		<module>examcloud-core-examwork-dao</module>
 	</modules>