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