mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00

This commit reuses the `RestTemplateBuilder` infrastructure wherever a `RestTemplate` is required. This allows to customize the rest template if necessary. Closes gh-481