Removes hystrix and zuul

This commit is contained in:
Spencer Gibb
2020-01-23 19:35:35 -05:00
parent b94d712458
commit f12d272ee0
9 changed files with 2 additions and 234 deletions

View File

@@ -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

View File

@@ -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