Skip to content

diamond2016/spring-7-resttemplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Framework 7: Beginner to Guru

spring-7-resttemplate

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.

Connect with Spring Framework Guru

  • 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

Time schedule

  • 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)

About

Spring Framework 6 Rest Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%