Build a Spring Boot RESTFul Web Service using Hibernate, Spring Data JPA, and MS SQL Server (in a docker container) from scratch
JPA Tutorials
The Java Persistence API provides an object/relational mapping facility for managing relational data in Java applications.
Spring Boot – Spring Data JPA – Postgres Example
Guide to build a Spring Boot, Spring Data JPA, Postgres based RESTful Service and to launch Postgres database instance using Docker
Spring Boot – Spring Data JPA – MySQL Example
Hands on Guide to build a Spring Boot – Spring Data JPA and MySQL based RESTFul Web service. Includes setting up Docker based MySQL instance
Enabling CORS in Spring Data REST
Tutorial on enabling, configuring, and customizing Cross Origin Resource Sharing (CORS) in Spring Data REST resources with examples. Overview Spring Data REST help us build RESTFul Web Services, while avoiding […]
Spring Data REST Projections and Excerpts
Learn to create custom views of repository resources using Spring Data REST Projections and Excerpts with the help of examples
Spring Data REST Example
Practical guide to create Spring Boot and Spring Data REST application from scratch and expose RESTFul web service within minutes