Update RestTemplateConfig.java

This commit is contained in:
macro 2020-08-03 20:53:39 +08:00
parent 77b0887974
commit 5242bbf81d

View File

@ -5,7 +5,7 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.web.client.RestTemplate;
/**
* RestTemplate配置
* RestTemplate相关配置
* Created by macro on 2018/9/18.
*/
@Configuration