11# Spring Boot JPA MySQL - Building Rest CRUD API example
22
33For more detail, please visit:
4- > [ Spring Boot JPA - Building Rest CRUD API example] ( https://bezkoder.com/spring-boot-jpa-crud-rest-api/ )
4+ > [ Spring Boot JPA + MySQL - Building Rest CRUD API example] ( https://bezkoder.com/spring-boot-jpa-crud-rest-api/ )
55
6+ > [ Spring Boot JPA + PostgreSQL - Building Rest CRUD API example] ( https://bezkoder.com/spring-boot-postgresql-example/ )
7+
8+ More Practice:
69> [ Spring Boot Pagination & Filter example | Spring JPA, Pageable] ( https://bezkoder.com/spring-boot-pagination-filter-jpa-pageable/ )
710
811> [ Spring Data JPA Sort/Order by multiple Columns | Spring Boot] ( https://bezkoder.com/spring-data-sort-multiple-columns/ )
@@ -11,12 +14,23 @@ For more detail, please visit:
1114
1215> [ Deploy Spring Boot App on AWS – Elastic Beanstalk] ( https://bezkoder.com/deploy-spring-boot-aws-eb/ )
1316
17+ Security:
18+ > [ Spring Boot + Spring Security JWT Authentication & Authorization] ( https://bezkoder.com/spring-boot-jwt-authentication/ )
19+
1420Fullstack:
1521> [ Vue.js + Spring Boot + MySQL/PostgreSQL example] ( https://bezkoder.com/spring-boot-vue-js-crud-example/ )
1622
17- > [ Angular + Spring Boot + MySQL/PostgreSQL example] ( https://bezkoder.com/angular-10-spring-boot-crud/ )
23+ > [ Angular 10 + Spring Boot + MySQL example] ( https://bezkoder.com/angular-10-spring-boot-crud/ )
24+
25+ > [ Angular 11 + Spring Boot + MySQL] ( https://bezkoder.com/angular-11-spring-boot-crud/ )
26+
27+ > [ Angular 10 + Spring Boot + PostgreSQL example] ( https://bezkoder.com/angular-10-spring-boot-postgresql/ )
28+
29+ > [ Angular 11 + Spring Boot + PostgreSQL example] ( https://bezkoder.com/angular-11-spring-boot-postgresql/ )
30+
31+ > [ React + Spring Boot + MySQL example] ( https://bezkoder.com/react-spring-boot-crud/ )
1832
19- > [ React + Spring Boot + MySQL/ PostgreSQL example] ( https://bezkoder.com/react- spring-boot-crud / )
33+ > [ React + Spring Boot + PostgreSQL example] ( https://bezkoder.com/spring-boot-react-postgresql / )
2034
2135## Run Spring Boot application
2236```
0 commit comments