Open Weather Map
### API KEY ###
application-api-key.properties // 이부분 복사
application-api-key.properties
resource에 파일 추가
https://api.openweathermap.org/data/2.5/weather?q={city name}&appid={API key}
openweather.url.weather=https://api.openweathermap.org/data/2.5/weather
openweather.client.apikey=여기에키값
클래스는 대문자 시작, 변수/개체는 소문자 시작
/weather/current/{city}
/weather/?city= ✅
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
logging.level.root=info
// info, debug, logging? 등등 설정 가능
UserController - Test Post 에서 info, debug, error, warn 확인 가능 → 로그 컨트롤!