Skip to content

Commit c679f95

Browse files
committed
Refactor(#31): RestTemplate 수정
1 parent c8bc2b0 commit c679f95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/openweather-client/src/main/java/com/wypl/openweatherclient/RestTemplateConfig.java application/wypl-core/src/main/java/com/wypl/wyplcore/config/RestTemplateConfig.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
package com.wypl.openweatherclient;
1+
package com.wypl.wyplcore.config;
22

33
import org.springframework.context.annotation.Bean;
44
import org.springframework.context.annotation.Configuration;
55
import org.springframework.web.client.RestTemplate;
66

77
@Configuration
88
public class RestTemplateConfig {
9+
910
@Bean
1011
public RestTemplate restTemplate() {
1112
return new RestTemplate();

0 commit comments

Comments
 (0)