Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
server:
|
||||
port: 8096
|
@@ -1,3 +0,0 @@
|
||||
spring:
|
||||
application:
|
||||
name: google-service
|
16
src/main/resources/bootstrap.yml
Normal file
16
src/main/resources/bootstrap.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
eureka:
|
||||
client:
|
||||
fetch-registry: true
|
||||
register-with-eureka: true
|
||||
service-url:
|
||||
defaultZone: ${EUREKA}
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: google-service
|
||||
cloud:
|
||||
config:
|
||||
discovery:
|
||||
enabled: true
|
||||
serviceId: config-service
|
||||
fail-fast: true
|
Reference in New Issue
Block a user