Skip to content

Commit

Permalink
Rename(#31): Properties 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KIMSEI1124 committed Oct 14, 2024
1 parent 34fcae6 commit 0b3e6aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import org.springframework.stereotype.Component;
import org.springframework.web.client.RestTemplate;

import com.wypl.openweatherclient.config.OpenWeatherProperties;
import com.wypl.openweatherclient.data.OpenWeatherCond;
import com.wypl.openweatherclient.data.OpenWeatherResponse;
import com.wypl.openweatherclient.exception.OpenWeatherErrorCode;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.wypl.openweatherclient;
package com.wypl.openweatherclient.config;

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

Expand Down

0 comments on commit 0b3e6aa

Please sign in to comment.