Removes hystrix and zuul
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
$ spring cloud
|
||||
```
|
||||
|
||||
Currently starts configserver, dataflow, eureka, h2 (db server), hystrixdashboard and kafka. [Here](spring-cloud-launcher-deployer/src/main/resources/cloud.yml) is the full configuration.
|
||||
Currently starts configserver, dataflow, eureka, h2 (db server) and kafka. [Here](spring-cloud-launcher-deployer/src/main/resources/cloud.yml) is the full configuration.
|
||||
|
||||
### Configuring
|
||||
|
||||
@@ -60,7 +60,6 @@ spring:
|
||||
|
||||
- [X] Eureka
|
||||
- [X] Configserver
|
||||
- [X] Hystrix Dashboard
|
||||
- [X] Kafka Broker
|
||||
- [X] Kafka Bus
|
||||
- [X] Easy inclusion of default deployables
|
||||
|
||||
@@ -59,14 +59,6 @@ spring:
|
||||
spring.cloud.deployer.local.javaOpts: ${dt.opts}
|
||||
application-properties:
|
||||
management.security.enabled: false
|
||||
hystrixdashboard:
|
||||
coordinates: ${dt.pre}hystrixdashboard:${dt.ver}
|
||||
port: 7979
|
||||
properties:
|
||||
spring.cloud.deployer.memory: ${dt.mem}
|
||||
spring.cloud.deployer.local.javaOpts: ${dt.opts}
|
||||
application-properties:
|
||||
management.security.enabled: false
|
||||
kafka:
|
||||
coordinates: ${dt.pre}kafka:${dt.ver}
|
||||
port: 9091
|
||||
@@ -126,11 +118,6 @@ spring:
|
||||
spring.cloud.deployer.thin.profile: rabbit
|
||||
application-properties:
|
||||
spring.cloud.bus.enabled: true
|
||||
hystrixdashboard:
|
||||
properties:
|
||||
spring.cloud.deployer.thin.profile: rabbit
|
||||
application-properties:
|
||||
spring.cloud.bus.enabled: true
|
||||
stubrunner:
|
||||
properties:
|
||||
spring.cloud.deployer.thin.profile: rabbit
|
||||
|
||||
Reference in New Issue
Block a user