In this tutorial, we will learn how to build a full stack Spring Boot + Angular 8 example with a CRUD App. The back-end server uses Spring Boot with Spring Web MVC for REST Controller and Spring Data JPA for interacting with embedded database (H2 database). Front-end side is made with Angular 8, HttpClient, Router and Bootstrap 4.
Newer versions:
– Angular 12 + Spring Boot: CRUD example
More Practice:
– Angular 8 + Spring Boot: JWT Authentication with Spring Security example
– Angular 8 + Spring Boot + MySQL example: CRUD App
– Angular 8 + Spring Boot + PostgreSQL example: CRUD App
– Angular 8 + Spring Boot + MongoDB example: CRUD App
– Angular 8 + Spring Boot: File upload example
– Angular 8 + Spring Boot: Pagination example
Serverless:
Angular 8 Firebase CRUD Realtime DB | AngularFireDatabase