From 08308067788f44a077565274cc45dbad269c9074 Mon Sep 17 00:00:00 2001 From: Adam Sundberg Date: Thu, 12 May 2022 16:47:37 +0200 Subject: [PATCH 1/3] Changes to Readme --- ReadMe.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 5aee1e2..7e28ca1 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,5 +1,11 @@ # Springboot weather service +#### GIT: + +- Create a new branch +- `add`, `commit` and `push` the branch to Gitea +- Create a `pull request` at Gitea from your branch to 'develop' + #### The _URI_ to access the current weather data: https://group-4-75.pvt.dsv.su.se/weather-0.0.1-SNAPSHOT/weather -- 2.39.5 From 1251db1c5a67695d45b3ad1f09e1d8929cbe6375 Mon Sep 17 00:00:00 2001 From: Adam Sundberg Date: Thu, 12 May 2022 17:11:00 +0200 Subject: [PATCH 2/3] minor change for test-support --- pom.xml | 5 +++++ src/test/java/com/smhi/weather/OpenWeatherServiceTest.java | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b0d51df..ccf76a8 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,11 @@ spring-boot-starter-test test + + junit + junit + 4.13.2 +