| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6a95b51 commit 0b48add
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,6 +62,10 @@ | |||
| 62 | 62 | <groupId>org.springframework.boot</groupId> | |
| 63 | 63 | <artifactId>spring-boot-maven-plugin</artifactId> | |
| 64 | 64 | </plugin> | |
| 65 | + <plugin> | ||
| 66 | + <groupId>com.spotify</groupId> | ||
| 67 | + <artifactId>docker-maven-plugin</artifactId> | ||
| 68 | + </plugin> | ||
| 65 | 69 | </plugins> | |
| 66 | 70 | </build> | |
| 67 | 71 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | spring.application.name=client-server | |
| 2 | 2 | server.port=9005 | |
| 3 | 3 | ||
| 4 | - spring.cloud.config.uri=http://config:9001/ | ||
| 5 | - eureka.client.serviceUrl.defaultZone=http://discovery:9002/eureka/ | ||
| 4 | + spring.cloud.config.uri=http://config:9000/ | ||
| 5 | + eureka.client.serviceUrl.defaultZone=http://discovery:9001/eureka/ | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,8 +33,8 @@ services: | |||
| 33 | 33 | - "9005:9005" | |
| 34 | 34 | links: | |
| 35 | 35 | - config:config | |
| 36 | - - eureka:discovery | ||
| 37 | - - user:user | ||
| 36 | + - eureka:discovery | ||
| 37 | + - user:user | ||
| 38 | 38 | ||
| 39 | 39 | gateway: | |
| 40 | 40 | image: erdaoya/cloud-api-gateway | |
| Back | FazBrowse Home | New Git URL |
0 commit comments