In this tutorial, we will learn how to build a full stack Spring Boot + Angular 15 example with a CRUD Application. 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 15, HttpClient, Router and Bootstrap 4.
Run both Project on same server/port:
How to Integrate Angular with Spring Boot Rest API
Security: Angular 15 + Spring Boot: JWT Authentication example
Upload: Angular 15 + Spring Boot: File upload/download example
Pagination: Angular 15 + Spring Boot: Pagination example