Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dinstone/motor
- Owner: dinstone
- Created: 2017-09-04T08:50:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T22:50:02.000Z (about 4 years ago)
- Last Synced: 2023-06-30T04:41:05.326Z (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
```