spring-rest-shell (#2928)

* code snippets for the `Java 9 Stream API improvements` article

* code snippets for the `Java 9 Stream API improvements` article [2 attempt]

* removed the first attempt

* the Spring 5 WebClient

* delted stream features test

* HttpMediaTypeNotAcceptableExceptionExampleController [0]

* reactive web client service was removed

* new WebClient

* new WebClient [2]

* spring-rest-shell init

* pom added

* readme added
This commit is contained in:
Andrew
2017-10-31 18:23:31 +02:00
committed by maibin
parent f9ee21c190
commit 65111a4666
6 changed files with 138 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
## Spring REST Shell Project
### Relevant Articles
- [Spring REST Shell](http://www.baeldung.com/<ARTICLE_URI>)