Skip to content

Commit 0b3e6aa

Browse files
committed
Rename(#31): Properties 위치 수정
1 parent 34fcae6 commit 0b3e6aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

client/openweather-client/src/main/java/com/wypl/openweatherclient/OpenWeatherClientImpl.java

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import org.springframework.stereotype.Component;
77
import org.springframework.web.client.RestTemplate;
88

9+
import com.wypl.openweatherclient.config.OpenWeatherProperties;
910
import com.wypl.openweatherclient.data.OpenWeatherCond;
1011
import com.wypl.openweatherclient.data.OpenWeatherResponse;
1112
import com.wypl.openweatherclient.exception.OpenWeatherErrorCode;

client/openweather-client/src/main/java/com/wypl/openweatherclient/OpenWeatherProperties.java client/openweather-client/src/main/java/com/wypl/openweatherclient/config/OpenWeatherProperties.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.wypl.openweatherclient;
1+
package com.wypl.openweatherclient.config;
22

33
import org.springframework.boot.context.properties.ConfigurationProperties;
44

0 commit comments

Comments
 (0)