Skip to content

Commit

Permalink
refactor($service-registry): remove module service-registry
Browse files Browse the repository at this point in the history
remove module `service-registry`

BREAKING CHANGE: remove module `service-registry`

[skip ci]
  • Loading branch information
johnnymillergh committed Feb 4, 2021
1 parent bdd02a8 commit 61bc7cb
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 786 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Infrastructure Service. Port range: [8760, n]. -->
<service-registry.port>8760</service-registry.port>
<spring-boot-admin.port>8761</spring-boot-admin.port>
<api-portal.port>8762</api-portal.port>

<!-- Business Service. Port range: [8800, n]. -->
<auth-center.port>8800</auth-center.port>
Expand Down Expand Up @@ -57,7 +55,6 @@
<module>universal-ui</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>
<module>auth-center</module>
Expand Down Expand Up @@ -98,11 +95,6 @@
<artifactId>reactive-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>service-registry</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>spring-boot-admin</artifactId>
Expand Down
67 changes: 0 additions & 67 deletions service-registry/README.md

This file was deleted.

140 changes: 0 additions & 140 deletions service-registry/auto-run-windows.cmd

This file was deleted.

105 changes: 0 additions & 105 deletions service-registry/pom.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 61bc7cb

Please sign in to comment.