reactivate testing
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
eureka:
|
||||
client:
|
||||
register-with-eureka: true
|
||||
fetch-registry: true
|
||||
register-with-eureka: true
|
||||
service-url:
|
||||
defaultZone: ${EUREKA}
|
||||
|
||||
|
10
src/test/resources/bootstrap.yml
Normal file
10
src/test/resources/bootstrap.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
eureka:
|
||||
client:
|
||||
enabled: false
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: timezone-service
|
||||
cloud:
|
||||
config:
|
||||
enabled: false
|
Reference in New Issue
Block a user