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...
- Host: GitHub
- URL: https://github.com/daggerok/meecrowave-example
- Owner: daggerok
- Created: 2019-03-27T01:10:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T01:10:33.000Z (about 6 years ago)
- Last Synced: 2025-01-10T00:37:00.686Z (5 months ago)
- Topics: gradle-kotlin-dsl, jakarta-ee, jakartaee, javaee, javaee8, meecrowave, micro-profile, microprofile, microprofile-demo, microprofile-example, mp
- Language: Kotlin
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 GMTgood things
```## resources
* [getting started guide from official page](http://openwebbeans.apache.org/meecrowave/start.html)