Package gr.unipi.weather_app.configuration
package gr.unipi.weather_app.configuration
This package contains configuration classes for the Weather App.
The configuration package is responsible for setting up application-wide configurations such as external API connections and bean management.
Currently, it includes the WebClientConfig
class, which configures a WebClient
bean to handle API calls.
-
Classes