Skip to content

Commit

Permalink
alita--gateway-server 挪到 examples中并改名为 alita-demo-gateway-server
Browse files Browse the repository at this point in the history
  • Loading branch information
KeRan213539 committed Aug 20, 2019
1 parent fa819be commit 39d6f02
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>alita-gateway-server</artifactId>
<artifactId>alita-demo-gateway-server</artifactId>
<packaging>jar</packaging>
<name>alita-gateway-server</name>
<description>alita spring cloud 路由网关</description>
Expand Down
3 changes: 2 additions & 1 deletion alita-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<module>demo-service</module>
<module>demo-service-mybatis</module>
<module>alita-demo-restful-api</module>
<module>alita-demo-authorization-server</module>
<module>alita-demo-authorization-server</module>
<module>alita-demo-gateway-server</module>
<module>alita-fileupload-restful-api</module>
<module>alita-job-executor-demo</module>
</modules>
Expand Down
1 change: 0 additions & 1 deletion alita-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<module>alita-starters</module>
<module>alita-service</module>
<module>alita-restful-api</module>
<module>alita-gateway-server</module>
<module>alita-system-log-recorder</module>
</modules>

Expand Down

0 comments on commit 39d6f02

Please sign in to comment.