- Weather Diary Using SpringBoot
Language : Java
DBMS : MySQL
Java Version : Java 8
IDE : Intellij IDEA 2023.3.2 (Ultimate Edition)
Test Program : Postman
etc : Logback, Swagger(API document)
Save weather data
- Save diary to database with diary text and weather
Weather data query
- Get all diary data for selected date
- Get all weather data for the selected period
Save Weather Scheduling
- Weather data update at 1:00 AM every day
- Save that data to DB
- Minimize unnecessary work through caching
- Obtain historical weather data from DB if necessary
ETC
- Implementation of API data reference site for each function using Swagger



