hangzhoumesParent/gateway/pom.xml
@@ -6,6 +6,7 @@ <artifactId>hangzhoumesParent</artifactId> <groupId>com.mes</groupId> <version>1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -27,5 +28,13 @@ <artifactId>spring-cloud-starter-gateway</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> </plugins> </build> </project>