| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы ORM Данные |
| Группа | Группаio.proofdock |
| Идентификатор | Идентификаторspring-boot-starter-reliability-platform |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSpring Boot starter for Reliability Platform
The Reliability Platform lets you practice chaos engineering on the application level by injecting delays and faults to simulate turbulent conditions. By specifying routes, the Chaos Middleware enables you to minimize the blast radius and keep the focus on the interesting parts of your application.
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/io.proofdock/spring-boot-starter-reliability-platform/ -->
<dependency>
<groupId>io.proofdock</groupId>
<artifactId>spring-boot-starter-reliability-platform</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.proofdock/spring-boot-starter-reliability-platform/
implementation 'io.proofdock:spring-boot-starter-reliability-platform:1.0.0'
// https://jarcasting.com/artifacts/io.proofdock/spring-boot-starter-reliability-platform/
implementation ("io.proofdock:spring-boot-starter-reliability-platform:1.0.0")
'io.proofdock:spring-boot-starter-reliability-platform:jar:1.0.0'
<dependency org="io.proofdock" name="spring-boot-starter-reliability-platform" rev="1.0.0">
<artifact name="spring-boot-starter-reliability-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.proofdock', module='spring-boot-starter-reliability-platform', version='1.0.0')
)
libraryDependencies += "io.proofdock" % "spring-boot-starter-reliability-platform" % "1.0.0"
[io.proofdock/spring-boot-starter-reliability-platform "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.4.RELEASE |
| io.proofdock : reliability-platform-core | jar | 1.0.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.2 |
| org.apache.httpcomponents : fluent-hc | jar | 4.5.12 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
| com.github.tomakehurst : wiremock | jar | 2.27.2 |