An open API service indexing awesome lists of open source software.

https://github.com/daggerok/meecrowave-example

Simple and quick getting started for one more fancy MicroProfile implementation...
https://github.com/daggerok/meecrowave-example

gradle-kotlin-dsl jakarta-ee jakartaee javaee javaee8 meecrowave micro-profile microprofile microprofile-demo microprofile-example mp

Last synced: 3 months ago
JSON representation

Simple and quick getting started for one more fancy MicroProfile implementation...

Awesome Lists containing this project

README

        

# meecrowave-example
Simple and quick getting started for one more fancy MicroProfile implementation...

_using windows OS with it's standard cmd shell_

## build

```batch
gradlew
```

## run

```batch
call build\install\meecrowave-example\bin\meecrowave-example.bat
```

## test

```batch
http :8080/kitchen
```

_expected response_

```bash
HTTP/1.1 200
Content-Length: 11
Content-Type: application/octet-stream
Date: Wed, 27 Mar 2019 01:06:51 GMT

good things
```

## resources

* [getting started guide from official page](http://openwebbeans.apache.org/meecrowave/start.html)