初始化

master
wxy 2024-08-08 19:58:13 +08:00
parent 645c03185d
commit 1b0b1f1f88
1 changed files with 5 additions and 2 deletions

View File

@ -4,12 +4,15 @@
<parent> <parent>
<groupId>com.muyu</groupId> <groupId>com.muyu</groupId>
<artifactId>cloud-server-parent</artifactId> <artifactId>cloud-server-parent</artifactId>
<version>3.6.3</version> <version>3.6.4</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-gateway</artifactId> <artifactId>cloud-gateway</artifactId>
<version>1.0.0</version>
<description> <description>
cloud-gateway网关模块 cloud-gateway网关模块
</description> </description>
@ -107,7 +110,7 @@
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>