Spring boot 2 academy
Weather forecast visualization regarding user request. Application uses the remote API. Allows following history of weather for selected city. Historical data is saved in DataBase every hour. User can display historical data: whole or find by followed city.
application.properties file:
spring.datasource.url=
spring.datasource.username=
spring.datasource.password=
spring.datasource.driver-class-name=
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=<true/false>
- Java 11
- Maven
- Spring Boot 2.4.0
- Thymeleaf - UI
- MySQL - remotesql
- Hibernate