jmms
v0.6.2
Published
Jmms cli tools, Jmms is a java meta-micro-service framework
Downloads
28
Maintainers
Readme
jmms
A java meta micro service framework.
Getting Started
Install
$ npm install -g jmms
Create a new project!
$ jmms create project hello
The world 'hello' is the name of project.
Run the project
$ cd hello
$ jmms run
Checks
$ curl http://localhost:8080
The console will print the message : "It works!".