Skip to content

bootique/bootique-linkmove

Repository files navigation

build test deploy Maven Central

bootique-linkmove

Provides LinkMove integration with Bootique. Configures connectors and extractor locations via Bootique, enhances LinkMove with advanced connectors (such as HTTP client).

Prerequisites

Include bootique-bom:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>io.bootique.bom</groupId>
            <artifactId>bootique-bom</artifactId>
            <version>4.0-M4</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Setup

Add bootique-linkmove to your build tool

Maven

<!-- Includes LinkMove core, and extractors for JDBC, JSON, XML -->
<dependency>
    <groupId>io.bootique.linkmove</groupId>
    <artifactId>bootique-linkmove4</artifactId>
</dependency>

<!-- Optional. Adds the CSV extractor (pulls in Apache Commons CSV) -->
<dependency>
    <groupId>io.bootique.linkmove</groupId>
    <artifactId>bootique-linkmove4-csv</artifactId>
</dependency>

<!-- Optional. Includes REST connector configured via Bootique Jersey Client -->
<dependency>
    <groupId>io.bootique.linkmove</groupId>
    <artifactId>bootique-linkmove4-rest</artifactId>
</dependency>

Use LinkMove

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

Example Project

bootique-linkmove-demo

About

Provides LinkMove integration with Bootique.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages