Skip to content
Snippets Groups Projects
Commit 98328dee authored by Julian Horner's avatar Julian Horner
Browse files

Add configuration to avoid errors before complete startup

parent bbddb9a0
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ spring:
server.port: 3333
eureka:
instance:
leaseRenewalIntervalInSeconds: 5
client:
serviceUrl:
defaultZone: http://localhost:8761/eureka/ # URL of the eureka server for registration
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment