Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bootique/bootique-linkmove

Provides LinkMove integration with Bootique.
https://github.com/bootique/bootique-linkmove

Last synced: about 2 months ago
JSON representation

Provides LinkMove integration with Bootique.

Awesome Lists containing this project

README

        

[![build test deploy](https://github.com/bootique/bootique-linkmove/actions/workflows/maven.yml/badge.svg)](https://github.com/bootique/bootique-linkmove/actions/workflows/maven.yml)
[![Maven Central](https://img.shields.io/maven-central/v/io.bootique.linkmove/bootique-linkmove.svg?colorB=brightgreen)](https://search.maven.org/artifact/io.bootique.linkmove/bootique-linkmove/)

# bootique-linkmove

Provides [LinkMove](https://github.com/nhl/link-move) integration with [Bootique](http://bootique.io). Configures
connectors and extractor locations via Bootique, enhances LinkMove with advanced connectors (such as HTTP client).

### Prerequisites

Include ```bootique-bom```:
```xml



io.bootique.bom
bootique-bom
3.0-M4
pom
import

```

# Setup

## Add bootique-linkmove to your build tool
**Maven**
```xml

io.bootique.linkmove
bootique-linkmove3

io.bootique.linkmove
bootique-linkmove3-json

io.bootique.linkmove
bootique-linkmove3-rest

```

## Use LinkMove

Now you can inject `LmRuntime` in your code, build and execute `LmTasks`.

## Example Project

[bootique-linkmove-demo](https://github.com/bootique-examples/bootique-linkmove-demo)