mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-03 03:43:54 +01:00
a00ad72881
This commit adds a new json starter that gathers the core bits to read and write json with dedicated Java 8 extensions. The web-related starters have been improved to use the new starter rather than relying on `jackson-databind` directly. Closes gh-9297