Skip to content

Commit

Permalink
perf($ApiGateway): shorten module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Miller (锺俊) committed Dec 22, 2020
1 parent c367ca3 commit 9d7e759
Show file tree
Hide file tree
Showing 34 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependencies>
<dependency>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server-reactive-spring-boot-starter</artifactId>
<artifactId>reactive-spring-boot-starter</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion auth-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependencies>
<dependency>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server-spring-boot-starter</artifactId>
<artifactId>spring-boot-starter</artifactId>
</dependency>

<!-- Redis -->
Expand Down
2 changes: 1 addition & 1 deletion exercise-mis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependencies>
<dependency>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server-spring-boot-starter</artifactId>
<artifactId>spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<artifactId>spring-boot-starter-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion muscle-mis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependencies>
<dependency>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server-spring-boot-starter</artifactId>
<artifactId>spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<artifactId>spring-boot-starter-security</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<!-- The modules (sometimes called subprojects) to build as a part of this project. -->
<modules>
<module>common</module>
<module>muscle-and-fitness-server-spring-boot-starter</module>
<module>muscle-and-fitness-server-reactive-spring-boot-starter</module>
<module>spring-boot-starter</module>
<module>reactive-spring-boot-starter</module>
<module>service-registry</module>
<module>spring-boot-admin</module>
<module>api-gateway</module>
Expand Down Expand Up @@ -88,12 +88,12 @@
</dependency>
<dependency>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server-spring-boot-starter</artifactId>
<artifactId>spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server-reactive-spring-boot-starter</artifactId>
<artifactId>reactive-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<!-- Sub-module Basics -->
<artifactId>muscle-and-fitness-server-reactive-spring-boot-starter</artifactId>
<artifactId>reactive-spring-boot-starter</artifactId>
<name>Muscle and Fitness Server :: Reactive Spring Boot Starter</name>
<description>Muscle and Fitness Server Reactive Spring Boot Starter</description>
<parent>
Expand Down
2 changes: 1 addition & 1 deletion service-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependencies>
<dependency>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server-spring-boot-starter</artifactId>
<artifactId>spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<artifactId>spring-boot-starter-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependencies>
<dependency>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server-spring-boot-starter</artifactId>
<artifactId>spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<artifactId>spring-boot-starter-security</artifactId>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<!-- Sub-module Basics -->
<artifactId>muscle-and-fitness-server-spring-boot-starter</artifactId>
<artifactId>spring-boot-starter</artifactId>
<name>Muscle and Fitness Server :: Spring Boot Starter</name>
<description>Muscle and Fitness Server Spring Boot Starter</description>
<parent>
Expand Down

0 comments on commit 9d7e759

Please sign in to comment.