0975123b83
* injecting beans * XML-based configuration replaced with Java Config. * [BAEL-431] Exploring TestRestTemplate. * Revert of evaluation task "XML-based configuration replaced with Java Config." This reverts commit 66471cf0574c85f8ff514ec4caf5ba44ebba1a74. * Revert of evaluation task "injecting beans" This reverts commit d2ac20185e636245bc0ae0b4ccb952965de88e28. * [BAEL-431] fix to the tests in TestRestTemplateBasicLiveTest. * [BAEL-431] added more meaningful user and password for auth. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Spring REST Example Project
###The Course The "REST With Spring" Classes: http://bit.ly/restwithspring
Relevant Articles:
- Spring @RequestMapping
- Http Message Converters with the Spring Framework
- Redirect in Spring
- Returning Custom Status Codes from Spring Controllers
- A Guide to OkHttp
- Binary Data Formats in a Spring REST API
- Guide to UriComponentsBuilder in Spring
- Introduction to FindBugs
- A Custom Media Type for a Spring REST API