From c36012595b0f15ca9c74708417ec1fd3e0886156 Mon Sep 17 00:00:00 2001 From: John Thompson Date: Sat, 4 Feb 2023 08:19:08 -0500 Subject: [PATCH] updating Spring Boot Version & Readme --- README.md | 11 ++++++----- pom.xml | 26 +++----------------------- 2 files changed, 9 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index e859a2bd..062f8343 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Spring Framework 6: Beginner to Guru -This repository is for an example application built in my [Spring Framework 6 - Beginner to Guru](https://www.udemy.com/course/spring-framework-5-beginner-to-guru/?referralCode=6D9ECD1F93988FEE5CE9) online course +This repository is for an example application built in my [Spring Framework 6 - Beginner to Guru](https://www.udemy.com/course/spring-framework-6-beginner-to-guru/?referralCode=2BD0B7B7B6B511D699A9) online course The application is a simple Spring Boot 3 / Spring Framework 6 web application. It is used to help students learn how to use the Spring Framework. Step by step instructions and detailed explanations can be found within the course. @@ -16,14 +16,15 @@ Got a question about your Spring Framework 6 course? [Checkout these FAQs!](http | Recommended | Reference | Notes | |-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Oracle Java 17 JDK | [Download]([https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html](https://www.oracle.com/java/technologies/downloads/#java17) | Java 17 or higher is required for Spring Framework 6 | -| IntelliJ 2018 or Higher | [Download](https://www.jetbrains.com/idea/download/) | Ultimate Edition recommended. Students can get a free 120 trial license [here](https://github.com/springframeworkguru/spring5webapp/wiki/Which-IDE-to-Use%3F#how-do-i-get-the-free-120-day-trial-to-intellij-ultimate) | -| Maven 3.6.0 or higher | [Download](https://maven.apache.org/download.cgi) | [Installation Instructions](https://maven.apache.org/install.html) | -| Gradle 4.8 or higher | [Download](https://gradle.org/install/) | **Note:** Use Version 5 or higher if using Java 11 | -| Git 2.15 or higher | [Download](https://git-scm.com/downloads) | | +| IntelliJ 2022 or Higher | [Download](https://www.jetbrains.com/idea/download/) | Ultimate Edition recommended. Students can get a free 120 trial license [here](https://github.com/springframeworkguru/spring5webapp/wiki/Which-IDE-to-Use%3F#how-do-i-get-the-free-120-day-trial-to-intellij-ultimate) | +| Maven 3.8.0 or higher | [Download](https://maven.apache.org/download.cgi) | [Installation Instructions](https://maven.apache.org/install.html) | +| Gradle 7.6 or higher | [Download](https://gradle.org/install/) | **Note:** Use Version 5 or higher if using Java 11 | +| Git 2.39 or higher | [Download](https://git-scm.com/downloads) | | | Git GUI Clients | [Downloads](https://git-scm.com/downloads/guis) | Not required. But can be helpful if new to Git. SourceTree is a good option for Mac and Windows users. | ## All Spring Framework Guru Courses ### Spring Framework 6 +* [Spring Framework 6 - Beginner to Guru](https://www.udemy.com/course/spring-framework-6-beginner-to-guru/?referralCode=2BD0B7B7B6B511D699A9) * [Hibernate and Spring Data JPA: Beginner to Guru](https://www.udemy.com/course/hibernate-and-spring-data-jpa-beginner-to-guru/?referralCode=251C4C865302C7B1BB8F) ### Spring Framework 5 * [Spring Framework 5: Beginner to Guru](https://www.udemy.com/testing-spring-boot-beginner-to-guru/?couponCode=GITHUB_REPO) - Get the most modern and comprehensive course available for the Spring Framework! Join over 17,200 over Guru's in an Slack community exclusive to this course! More than 5,700 students have given this 53 hour course a 5 star review! diff --git a/pom.xml b/pom.xml index e19d4268..dcbb6cb4 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.0-M3 + 3.0.2 guru.springframework @@ -13,9 +13,11 @@ 0.0.1-SNAPSHOT spring-6-webapp Spring 6 Web App + 17 + org.springframework.boot @@ -25,7 +27,6 @@ org.springframework.boot spring-boot-starter-web - com.h2database h2 @@ -46,25 +47,4 @@ - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - -