https://github.com/dinstone/motor
Motor is java launcher
https://github.com/dinstone/motor
Last synced: 8 months ago
JSON representation
Motor is java launcher
- Host: GitHub
- URL: https://github.com/dinstone/motor
- Owner: dinstone
- Created: 2017-09-04T08:50:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T22:50:02.000Z (over 5 years ago)
- Last Synced: 2025-01-11T18:47:07.927Z (over 1 year ago)
- Language: Java
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license/ApacheV2.txt
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
```