1
1
# Spring Boot JPA MySQL - Building Rest CRUD API example
2
2
3
3
For 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/ )
5
5
6
+ > [ Spring Boot JPA + PostgreSQL - Building Rest CRUD API example] ( https://bezkoder.com/spring-boot-postgresql-example/ )
7
+
8
+ More Practice:
6
9
> [ Spring Boot Pagination & Filter example | Spring JPA, Pageable] ( https://bezkoder.com/spring-boot-pagination-filter-jpa-pageable/ )
7
10
8
11
> [ 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:
11
14
12
15
> [ Deploy Spring Boot App on AWS – Elastic Beanstalk] ( https://bezkoder.com/deploy-spring-boot-aws-eb/ )
13
16
17
+ Security:
18
+ > [ Spring Boot + Spring Security JWT Authentication & Authorization] ( https://bezkoder.com/spring-boot-jwt-authentication/ )
19
+
14
20
Fullstack:
15
21
> [ Vue.js + Spring Boot + MySQL/PostgreSQL example] ( https://bezkoder.com/spring-boot-vue-js-crud-example/ )
16
22
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/ )
18
32
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 / )
20
34
21
35
## Run Spring Boot application
22
36
```
0 commit comments