Tomasz Lelek 0e163811ac Custom media types rest (#939)
* Custom Media Types for REST

* add test, add DTO, remove example of API versioning to make example simpler

* client accept only that custom-media type

* remove not needed new_line

* leave custom media type on class level

* do not need content type header

* GET do not need content-Type

* add liveTest for custom Content type

* Merge branch 'master' of https://github.com/eugenp/tutorials into Custom_media_types_rest

# Conflicts:
#	spring-rest/src/main/java/org/baeldung/web/controller/mediatypes/CustomMediaTypeController.java
#	spring-rest/src/main/java/org/baeldung/web/dto/BaeldungItem.java
#	spring-rest/src/test/java/org/baeldung/web/controller/mediatypes/CustomMediaTypeControllerTest.java
2016-12-29 16:44:21 -06:00
2014-10-16 20:53:24 -05:00
2016-12-13 22:17:12 +02:00
2016-12-13 22:02:58 +02:00
2016-12-13 22:02:58 +02:00
2016-12-13 22:02:58 +02:00
2016-12-22 21:08:13 +02:00
2016-12-29 18:46:46 +01:00
2016-12-13 22:02:58 +02:00
2016-12-13 14:22:52 +02:00
2016-12-13 22:02:58 +02:00
2016-12-13 14:22:52 +02:00
2016-12-26 18:09:10 +02:00
2016-12-13 14:22:52 +02:00
2016-12-13 14:22:52 +02:00
2016-12-12 22:38:42 +02:00
2016-12-12 21:54:16 +02:00
2016-12-12 21:54:16 +02:00
2016-12-12 21:54:16 +02:00
2016-12-12 21:54:16 +02:00
2016-12-14 00:50:35 +02:00
2016-12-12 15:17:03 +02:00
2016-12-26 18:09:10 +02:00
2016-12-12 15:17:03 +02:00
2016-12-17 01:42:47 +02:00
2016-12-12 00:27:31 +02:00
2016-12-28 08:33:38 +01:00
2016-12-27 13:00:01 +02:00
2016-12-12 00:27:31 +02:00
2016-12-23 18:41:51 +01:00
2016-12-12 15:16:08 +02:00
2016-12-12 00:27:31 +02:00
2016-12-12 00:27:31 +02:00
2016-12-11 00:51:42 +02:00
2016-12-11 00:51:42 +02:00
2016-12-11 00:51:42 +02:00
2016-12-27 15:12:48 -06:00
2016-12-27 13:00:01 +02:00
2016-12-10 21:42:50 +02:00
2016-12-18 17:31:20 +02:00
2016-12-10 21:23:57 +02:00
2016-12-12 15:16:08 +02:00
2016-12-10 20:20:12 +02:00
2016-12-18 17:35:41 +02:00
2016-12-20 22:21:38 +02:00
2016-12-10 20:20:12 +02:00
2016-12-09 23:38:16 +02:00
2016-12-09 23:14:10 +02:00
2016-12-09 23:14:10 +02:00
2016-12-22 20:18:58 +02:00
2016-12-09 23:14:10 +02:00
2016-12-09 23:14:10 +02:00
2016-12-15 21:34:38 +01:00
2016-12-24 15:22:28 +01:00
2016-12-18 18:11:05 +02:00
2016-12-18 18:11:05 +02:00
2016-12-08 20:59:58 +02:00
2016-12-08 20:18:31 +02:00
2016-12-26 17:07:32 +02:00
2016-12-07 19:17:18 +02:00
2016-12-07 19:17:18 +02:00
2016-12-07 15:12:41 +02:00
2016-12-07 15:12:41 +02:00
2016-12-07 15:12:41 +02:00
2016-12-07 14:51:06 +02:00
2016-12-07 14:19:51 +02:00
2016-12-07 00:38:58 +02:00
2016-12-07 00:18:52 +02:00
2016-12-07 00:18:52 +02:00
2016-12-22 09:15:11 +02:00
2016-12-07 00:18:52 +02:00
2016-12-06 23:59:45 +02:00
2016-12-06 16:51:16 +02:00
2016-12-06 16:10:52 +02:00
2016-12-06 15:56:13 +02:00
2016-12-06 15:46:12 +02:00
2016-12-28 14:36:48 +02:00
2016-12-06 13:22:47 +02:00
2016-12-20 22:21:38 +02:00
2016-12-14 00:10:02 +02:00
2016-12-03 13:56:24 +02:00
2016-12-03 13:41:45 +02:00
2016-12-15 21:34:38 +01:00
2016-12-05 13:11:56 +02:00
2016-12-02 13:56:34 +02:00
2016-12-02 13:28:53 +02:00
2016-12-15 21:35:32 +01:00
2016-12-22 21:08:13 +02:00
2016-12-01 13:07:39 +02:00
2016-12-01 12:53:06 +02:00
2016-12-28 08:33:38 +01:00
2016-06-23 17:15:46 +03:00

The "REST with Spring" Classes

After 5 months of work, here's the Master Class of REST With Spring:
>> THE REST WITH SPRING MASTER CLASS

Spring Tutorials

This project is a collection of small and focused tutorials each covering a single and well defined area of development. Most of the tutorial projects are focused on the Spring Framework (and Spring Security).
In additional to Spring, the following technologies are in focus: core Java, Jackson, HttpClient, Guava.

Working with the code in Eclipse

Any IDE can be used to work with the projects, but if you're using Eclipse, consider the following.

  • import the included formatter in Eclipse: https://github.com/eugenp/tutorials/tree/master/eclipse

CI - Jenkins

This tutorials project is being built >> HERE

Languages
Java 88%
HTML 3.6%
JavaScript 2.7%
TypeScript 2.4%
CSS 1.5%
Other 1%