java-tutorials/spring-web-modules/spring-rest-http-3
Eugene Kovko f0c4180670 BAEL-7009: Using XML in @RequestBody in Spring REST (#15472)
* BAEL-7009: Using XML in @RequestBody in Spring REST

* BAEL-7009: Fix parametrization issue

* BAEL-7009: Added JAXB dependencies

* BAEL-7009: Back to Java 8 and javax

* Revert "BAEL-7009: Back to Java 8 and javax"

This reverts commit e5f55f344dab75d434d143083196bd00181a3518.

* BAEL-7009: Migrated the solution to Jackson XML

* BAEL-7009: Remove REST file

* BAEL-7009: Cleanup
2023-12-27 09:57:03 -08:00
..
src BAEL-7009: Using XML in @RequestBody in Spring REST (#15472) 2023-12-27 09:57:03 -08:00
README.md Update README.md 2022-10-16 11:34:31 +08:00
pom.xml BAEL-7009: Using XML in @RequestBody in Spring REST (#15472) 2023-12-27 09:57:03 -08:00

README.md

Spring REST HTTP 3

This module contains articles about HTTP in REST APIs with Spring.

The Course

The "REST With Spring 3" Classes: http://bit.ly/restwithspring

Relevant Articles: