Technolords :: Microservices :: Mock

A mock server, able to simulate any web service

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.technolords.micro.service
Идентификатор

Идентификатор

microservice-mock
Последняя версия

Последняя версия

1.6.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Technolords :: Microservices :: Mock
A mock server, able to simulate any web service
Ссылка на сайт

Ссылка на сайт

https://github.com/Technolords/microservice-mock
Система контроля версий

Система контроля версий

https://github.com/Technolords/microservice-mock/

Скачать microservice-mock

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.technolords.micro.service/microservice-mock/ -->
<dependency>
    <groupId>net.technolords.micro.service</groupId>
    <artifactId>microservice-mock</artifactId>
    <version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.technolords.micro.service/microservice-mock/
implementation 'net.technolords.micro.service:microservice-mock:1.6.0'
// https://jarcasting.com/artifacts/net.technolords.micro.service/microservice-mock/
implementation ("net.technolords.micro.service:microservice-mock:1.6.0")
'net.technolords.micro.service:microservice-mock:jar:1.6.0'
<dependency org="net.technolords.micro.service" name="microservice-mock" rev="1.6.0">
  <artifact name="microservice-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.technolords.micro.service', module='microservice-mock', version='1.6.0')
)
libraryDependencies += "net.technolords.micro.service" % "microservice-mock" % "1.6.0"
[net.technolords.micro.service/microservice-mock "1.6.0"]

Зависимости

test (3)

Идентификатор библиотеки Тип Версия
org.apache.camel : camel-testng jar 2.18.2
org.testng : testng jar 6.9.4
xmlunit : xmlunit jar 1.6

Модули Проекта

Данный проект не имеет модулей.

Microservice mock

maven-central docker-hub slack

Introduction

This micro service represents a configurable webservice that can mock any other web service by means of configuration. When a request is made to the mock service, it checks the configuration for a matching URI. When a match is found, the associated response from the configuration is returned.

References

The table below provides some reference, sorted by alphabet:

Reference Remarks
Configurations How to configure the micro service
Installations How to install and/or deploy the micro service
Logging How to configure logging
Roadmap The roadmap
Runtime commands How to tweak the running instance
Service discovery How to register the micro service with a service discovery

Версии библиотеки

Версия
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0