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