alexnoox / demoapp-java

Demo Application using Maestrano Java API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maestrano Java DemoApp

This application shows examples of how to use the Maestrano Java API. A live version of this application is available at this address:

http://java-demoapp.maestrano.io

Running the application locally

First build with:

mvn package

Then run it with (application uses embedded tomcat):

Linux

sh target/bin/webapp

Windows

target/bin/webapp.bat

If you need to use a special port

PORT=1238 sh target/bin/webapp

About

Demo Application using Maestrano Java API


Languages

Language:Java 100.0%