Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
REMOVED: changed client definition
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jan 29, 2024
1 parent c1431c8 commit 9734612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.util.List;
import java.util.Map;

@FeignClient(name = "BUSCADOR", configuration = FeignConfig.class, url = "http://lcoalhost:8081")
@FeignClient(name = "BUSCADOR", configuration = FeignConfig.class, url = "http://localhost:8081")
public interface BuscadorClient {


Expand Down
4 changes: 1 addition & 3 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ spring.application.name=operador
eureka.client.serviceUrl.defaultZone=${EUREKA_URI:http://localhost:8761/eureka}
eureka.client.fetch-registry=true
eureka.instance.prefer-ip-address=true
eureka.client.register-with-eureka=true

# Use IP address
#eureka.instance.preferIpAddress=true
#eureka.client.register-with-eureka=false

###############
### LOGGING ###
Expand Down

0 comments on commit 9734612

Please sign in to comment.