elena-bondareva / bootique-linkmove

Provides LinkMove integration with Bootique.

Home Page:http://bootique.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Maven Central

bootique-linkmove

Provides LinkMove integration with Bootique.

For additional help/questions about this example send a message to Bootique forum.

Prerequisites

* Java 1.8 or newer.
* Apache Maven.

Setup

Add bootique-linkmove to your build tool

Maven

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

<dependency>
    <groupId>io.bootique.linkmove</groupId>
    <artifactId>bootique-linkmove</artifactId>
</dependency>

Available commands

OPTIONS
      -c yaml_location, --config=yaml_location
           Specifies YAML config location, which can be a file path or a URL.

      -h, --help
           Prints this message.

      -H, --help-config
           Prints information about application modules and their configuration
           options.

Example Project

bootique-linkmove-demo

About

Provides LinkMove integration with Bootique.

http://bootique.io

License:Apache License 2.0


Languages

Language:Java 100.0%