Skip to content

Commit

Permalink
修改eureka端口
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgerFan committed Aug 26, 2019
1 parent 1f477ab commit f03e7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
eureka:
client:
service-url:
defaultZone: http://192.168.43.137:8080/eureka/
defaultZone: http://127.0.0.1:8761/eureka/
instance:
prefer-ip-address: true
spring:
Expand Down

0 comments on commit f03e7aa

Please sign in to comment.