From ec9c9f423d0197eafd31a2f75179060b8ef1d5c3 Mon Sep 17 00:00:00 2001 From: John Thompson Date: Mon, 19 Jun 2017 13:48:36 -0400 Subject: [PATCH 1/7] Updating Spring Boot Version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index be42699..6c76e80 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.0.M1 + 2.0.0.M2 From 6b54e0967a01228da01f1af9da9b6d546e6efde4 Mon Sep 17 00:00:00 2001 From: John Thompson Date: Tue, 11 Jul 2017 15:07:57 -0400 Subject: [PATCH 2/7] updating readme file --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 526cb1a..aa4084a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # Spring Boot Jokes App -This Spring Boot web application displays a random Chuck Norris Joke on the index. \ No newline at end of file +This Spring Boot web application displays a random Chuck Norris Joke on the index. + +This repository is for an example application built in my Spring Framework 5 - Beginner to Guru + +You can learn about my Spring Framework 5 Online course [here.](https://go.springframework.guru/spring-framework-5-online-course) \ No newline at end of file From 2505bbdf4cebcc24e34ef1011eadcb78f998fac0 Mon Sep 17 00:00:00 2001 From: John Thompson Date: Mon, 31 Jul 2017 16:59:42 -0400 Subject: [PATCH 3/7] Updating Spring Boot Version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6c76e80..46fa204 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.0.M2 + 2.0.0.M3 From 619325f00f43abc8a61223b73547cfa15244a484 Mon Sep 17 00:00:00 2001 From: springframeworkguru Date: Sun, 10 Dec 2017 09:22:54 +0530 Subject: [PATCH 4/7] Updated to Spring Boot 2.0.0.M7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 46fa204..d5d462a 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.0.M3 + 2.0.0.M7 From 7d3209620a1fe96df15d3824a30564f5fc63d31b Mon Sep 17 00:00:00 2001 From: springframeworkguru Date: Sun, 18 Mar 2018 09:30:49 +0530 Subject: [PATCH 5/7] Updated to Spring Boot 2.0.0.RELEASE --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d5d462a..7c07ca3 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.0.M7 + 2.0.0.RELEASE From d137a9a1d5fac2c84ab75a15cde37438e79c0706 Mon Sep 17 00:00:00 2001 From: springframeworkguru Date: Wed, 5 Dec 2018 02:11:47 +0530 Subject: [PATCH 6/7] Upgraded to Spring Boot 2.1.0.RELEASE --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7c07ca3..7cfdc02 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.0.RELEASE + 2.1.0.RELEASE From aa80e7e1cf3a8bf0b90067980073a2844daf9703 Mon Sep 17 00:00:00 2001 From: aganga-clgx <47671120+aganga-clgx@users.noreply.github.com> Date: Wed, 10 Jul 2019 17:04:49 -0400 Subject: [PATCH 7/7] Update JokeappApplication.java test --- src/main/java/guru/springframework/joke/JokeappApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/guru/springframework/joke/JokeappApplication.java b/src/main/java/guru/springframework/joke/JokeappApplication.java index 53108ed..fd223d0 100644 --- a/src/main/java/guru/springframework/joke/JokeappApplication.java +++ b/src/main/java/guru/springframework/joke/JokeappApplication.java @@ -2,7 +2,7 @@ import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; - +//test @SpringBootApplication public class JokeappApplication {