Technolords :: Microservices :: Mock

A mock server, able to simulate any web service

License

License

Categories

Categories

Net
GroupId

GroupId

net.technolords.micro.service
ArtifactId

ArtifactId

microservice-mock
Last Version

Last Version

1.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

Technolords :: Microservices :: Mock
A mock server, able to simulate any web service
Project URL

Project URL

https://github.com/Technolords/microservice-mock
Source Code Management

Source Code Management

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

Download microservice-mock

How to add to project

<!-- 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"]

Dependencies

test (3)

Group / Artifact Type Version
org.apache.camel : camel-testng jar 2.18.2
org.testng : testng jar 6.9.4
xmlunit : xmlunit jar 1.6

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0