jmms
Version:
Jmms cli tools, Jmms is a java meta-micro-service framework
32 lines (22 loc) • 378 B
Markdown
# jmms
> A java meta micro service framework.
## Getting Started
**Install**
```sh
$ npm install -g jmms
```
**Create a new project!**
```sh
$ jmms create project hello
```
*The world 'hello' is the name of project.*
**Run the project**
```sh
$ cd hello
$ jmms run
```
**Checks**
```
$ curl http://localhost:8080
```
*The console will print the message : "It works!".*