JAVA-8649: removing bootstrap.properties in spring-cloud-bus module
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
---
|
||||
spring:
|
||||
application:
|
||||
name: config-client
|
||||
profiles:
|
||||
active: development
|
||||
config:
|
||||
import: configserver:http://root:s3cr3t@localhost:8888
|
||||
rabbitmq:
|
||||
host: localhost
|
||||
port: 5672
|
||||
@@ -10,8 +16,12 @@ spring:
|
||||
enabled: true
|
||||
refresh:
|
||||
enabled: true
|
||||
config:
|
||||
fail-fast: true
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: "*"
|
||||
include: "*"
|
||||
security:
|
||||
enabled: false
|
||||
@@ -1,7 +0,0 @@
|
||||
spring.application.name=config-client
|
||||
spring.profiles.active=development
|
||||
spring.cloud.config.uri=http://localhost:8888
|
||||
spring.cloud.config.username=root
|
||||
spring.cloud.config.password=s3cr3t
|
||||
spring.cloud.config.fail-fast=true
|
||||
management.security.enabled=false
|
||||
Reference in New Issue
Block a user