This repository is to follow the example application in course Spring Framework 7 - Beginner to Guru online course
It uses java 25 and Spring Boot 7.
This repo has its own customization with respect to the forked one.
- Spring Framework Guru Blog
- Subscribe to Spring Framework Guru on YouTube
- Like Spring Framework Guru on Facebook
- Follow Spring Framework Guru on Twitter
- Connect with John Thompson on LinkedIn
- 12.04.2026: passing from java 21 to java 25 and adding a client to call previously created REST API (spring-7-rest) using RestTemplate.
- 12.04.2026: adding a test for the client created in the previous commit.
mvn -Dtest=BeerClientImplTest test(requires the spring-7-rest application to be running on port 8080, in my case in folder sjdpa-spring-data-rest) - 15.04.2025 list with query parameters and get by id, post (create)
- 16.04.2026 updateBeer (put) and deleteBeer (delete)