Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dinstone/motor

Motor is java launcher
https://github.com/dinstone/motor

Last synced: about 1 month ago
JSON representation

Motor is java launcher

Awesome Lists containing this project

README

        

# Motor
Motor is a Java application launcher toolkit, that include a launcher and a maven plugin, simplify application development, packaging, deployment, elegant start and stop the application.

# How
we can add motor plugin for the maven project,then execute: mvn clean package.

```xml


com.dinstone.motor
motor-maven-plugin
1.2.0

true



Xmn
128m


Xms
1g


Xmx
1g


launcher.listen.enabled
true


launcher.listen.port
4444




com.dinstone.grape.server.ApplicationActivator


src/main/resources




webroot






launcher-package
package

publish



```