* Simple Boot REST application and example * BAEL-509 - Removed extra duplicate ant matcher * Example and Unit Tests * documentation * BAEL-1085 - changes per PR code review and document review - altered integration to unit test - all's good * BAEL-1085 - Renamed unit tests and added both to pom.xml * IntelliJ formatter * REVERT - Had removed a duplicate ant matcher from BAEL-509 - this was the incorrect process - reverting now, article has been corrected, but will issue a seperate PR for this * BAEL-509: Removed duplicate ant matcher - does not impact code at runtime * BAEL-1085: Per editor's request, removed Angular client - using CURL POST commands now in article - as such moved the code into a more appropriate module: spring-rest
19 lines
1.3 KiB
Markdown
19 lines
1.3 KiB
Markdown
## Spring REST Example Project
|
||
|
||
###The Course
|
||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||
|
||
### Relevant Articles:
|
||
- [Spring @RequestMapping](http://www.baeldung.com/spring-requestmapping)
|
||
- [Http Message Converters with the Spring Framework](http://www.baeldung.com/spring-httpmessageconverter-rest)
|
||
- [Redirect in Spring](http://www.baeldung.com/spring-redirect-and-forward)
|
||
- [Returning Custom Status Codes from Spring Controllers](http://www.baeldung.com/spring-mvc-controller-custom-http-status-code)
|
||
- [A Guide to OkHttp](http://www.baeldung.com/guide-to-okhttp)
|
||
- [Binary Data Formats in a Spring REST API](http://www.baeldung.com/spring-rest-api-with-binary-data-formats)
|
||
- [Guide to UriComponentsBuilder in Spring](http://www.baeldung.com/spring-uricomponentsbuilder)
|
||
- [Introduction to FindBugs](http://www.baeldung.com/intro-to-findbugs)
|
||
- [A Custom Media Type for a Spring REST API](http://www.baeldung.com/spring-rest-custom-media-type)
|
||
- [HTTP PUT vs HTTP PATCH in a REST API](http://www.baeldung.com/http-put-patch-difference-spring)
|
||
- [Exploring the Spring Boot TestRestTemplate](http://www.baeldung.com/spring-boot-testresttemplate)
|
||
- [Spring – Log Incoming Requests](http://www.baeldung.com/spring-http-logging)
|
||
- [RequestBody and ResponseBody Annotations](http://www.baeldung.com/requestbody-and-responsebody-annotations) |