Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bootique/bootique-linkmove
- Owner: bootique
- License: apache-2.0
- Created: 2015-12-18T11:31:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T22:59:06.000Z (8 months ago)
- Last Synced: 2024-04-29T23:48:29.314Z (8 months ago)
- Language: Java
- Homepage: https://bootique.io
- Size: 367 KB
- Stars: 3
- Watchers: 12
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**
```xmlio.bootique.linkmove
bootique-linkmove3io.bootique.linkmove
bootique-linkmove3-jsonio.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)