multi-system/pom.xml
文件名从 exam-system/pom.xml 修改 @@ -9,7 +9,7 @@ <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>exam-system</artifactId> <artifactId>multi-system</artifactId> <properties> <maven.compiler.source>8</maven.compiler.source> @@ -20,7 +20,7 @@ <dependencies> <dependency> <groupId>com.gkhy.exam</groupId> <artifactId>exam-common</artifactId> <artifactId>multi-common</artifactId> </dependency> </dependencies>