@@ -21,97 +21,6 @@ For more detail, please visit:
21
21
22
22
For instruction: [ Spring Boot Refresh Token with JWT example] ( https://bezkoder.com/spring-boot-refresh-token-jwt/ )
23
23
24
- ## More Practice:
25
- > [ Spring Boot File upload example with Multipart File] ( https://bezkoder.com/spring-boot-file-upload/ )
26
-
27
- > [ Exception handling: @RestControllerAdvice example in Spring Boot] ( https://bezkoder.com/spring-boot-restcontrolleradvice/ )
28
-
29
- > [ Spring Boot Repository Unit Test with @DataJpaTest ] ( https://bezkoder.com/spring-boot-unit-test-jpa-repo-datajpatest/ )
30
-
31
- > [ Spring Boot Pagination & Sorting example] ( https://www.bezkoder.com/spring-boot-pagination-sorting-example/ )
32
-
33
- Associations:
34
- > [ Spring Boot One To Many example with Spring JPA, Hibernate] ( https://www.bezkoder.com/jpa-one-to-many/ )
35
-
36
- > [ Spring Boot Many To Many example with Spring JPA, Hibernate] ( https://www.bezkoder.com/jpa-many-to-many/ )
37
-
38
- > [ JPA One To One example with Spring Boot] ( https://www.bezkoder.com/jpa-one-to-one/ )
39
-
40
- Deployment:
41
- > [ Deploy Spring Boot App on AWS – Elastic Beanstalk] ( https://www.bezkoder.com/deploy-spring-boot-aws-eb/ )
42
-
43
- > [ Docker Compose Spring Boot and MySQL example] ( https://www.bezkoder.com/docker-compose-spring-boot-mysql/ )
44
-
45
- ## Fullstack Authentication
46
-
47
- > [ Spring Boot + Vue.js JWT Authentication] ( https://bezkoder.com/spring-boot-vue-js-authentication-jwt-spring-security/ )
48
-
49
- > [ Spring Boot + Angular 8 JWT Authentication] ( https://bezkoder.com/angular-spring-boot-jwt-auth/ )
50
-
51
- > [ Spring Boot + Angular 10 JWT Authentication] ( https://bezkoder.com/angular-10-spring-boot-jwt-auth/ )
52
-
53
- > [ Spring Boot + Angular 11 JWT Authentication] ( https://bezkoder.com/angular-11-spring-boot-jwt-auth/ )
54
-
55
- > [ Spring Boot + Angular 12 JWT Authentication] ( https://www.bezkoder.com/angular-12-spring-boot-jwt-auth/ )
56
-
57
- > [ Spring Boot + Angular 13 JWT Authentication] ( https://www.bezkoder.com/angular-13-spring-boot-jwt-auth/ )
58
-
59
- > [ Spring Boot + Angular 14 JWT Authentication] ( https://www.bezkoder.com/angular-14-spring-boot-jwt-auth/ )
60
-
61
- > [ Spring Boot + React JWT Authentication] ( https://bezkoder.com/spring-boot-react-jwt-auth/ )
62
-
63
- ## Fullstack CRUD App
64
-
65
- > [ Vue.js + Spring Boot + H2 Embedded database example] ( https://www.bezkoder.com/spring-boot-vue-js-crud-example/ )
66
-
67
- > [ Vue.js + Spring Boot + MySQL example] ( https://www.bezkoder.com/spring-boot-vue-js-mysql/ )
68
-
69
- > [ Vue.js + Spring Boot + PostgreSQL example] ( https://www.bezkoder.com/spring-boot-vue-js-postgresql/ )
70
-
71
- > [ Angular 8 + Spring Boot + Embedded database example] ( https://www.bezkoder.com/angular-spring-boot-crud/ )
72
-
73
- > [ Angular 8 + Spring Boot + MySQL example] ( https://bezkoder.com/angular-spring-boot-crud/ )
74
-
75
- > [ Angular 8 + Spring Boot + PostgreSQL example] ( https://bezkoder.com/angular-spring-boot-postgresql/ )
76
-
77
- > [ Angular 10 + Spring Boot + MySQL example] ( https://bezkoder.com/angular-10-spring-boot-crud/ )
78
-
79
- > [ Angular 10 + Spring Boot + PostgreSQL example] ( https://bezkoder.com/angular-10-spring-boot-postgresql/ )
80
-
81
- > [ Angular 11 + Spring Boot + MySQL example] ( https://bezkoder.com/angular-11-spring-boot-crud/ )
82
-
83
- > [ Angular 11 + Spring Boot + PostgreSQL example] ( https://bezkoder.com/angular-11-spring-boot-postgresql/ )
84
-
85
- > [ Angular 12 + Spring Boot + Embedded database example] ( https://www.bezkoder.com/angular-12-spring-boot-crud/ )
86
-
87
- > [ Angular 12 + Spring Boot + MySQL example] ( https://www.bezkoder.com/angular-12-spring-boot-mysql/ )
88
-
89
- > [ Angular 12 + Spring Boot + PostgreSQL example] ( https://www.bezkoder.com/angular-12-spring-boot-postgresql/ )
90
-
91
- > [ Angular 13 + Spring Boot + H2 Embedded Database example] ( https://www.bezkoder.com/spring-boot-angular-13-crud/ )
92
-
93
- > [ Angular 13 + Spring Boot + MySQL example] ( https://www.bezkoder.com/spring-boot-angular-13-mysql/ )
94
-
95
- > [ Angular 13 + Spring Boot + PostgreSQL example] ( https://www.bezkoder.com/spring-boot-angular-13-postgresql/ )
96
-
97
- > [ Angular 14 + Spring Boot + H2 Embedded Database example] ( https://www.bezkoder.com/spring-boot-angular-14-crud/ )
98
-
99
- > [ Angular 14 + Spring Boot + MySQL example] ( https://www.bezkoder.com/spring-boot-angular-14-mysql/ )
100
-
101
- > [ Angular 14 + Spring Boot + PostgreSQL example] ( https://www.bezkoder.com/spring-boot-angular-14-postgresql/ )
102
-
103
- > [ React + Spring Boot + MySQL example] ( https://bezkoder.com/react-spring-boot-crud/ )
104
-
105
- > [ React + Spring Boot + PostgreSQL example] ( https://bezkoder.com/spring-boot-react-postgresql/ )
106
-
107
- > [ React + Spring Boot + MongoDB example] ( https://bezkoder.com/react-spring-boot-mongodb/ )
108
-
109
- Run both Back-end & Front-end in one place:
110
- > [ Integrate Angular with Spring Boot Rest API] ( https://bezkoder.com/integrate-angular-spring-boot/ )
111
-
112
- > [ Integrate React.js with Spring Boot Rest API] ( https://bezkoder.com/integrate-reactjs-spring-boot/ )
113
-
114
- > [ Integrate Vue.js with Spring Boot Rest API] ( https://bezkoder.com/integrate-vue-spring-boot/ )
115
24
116
25
## Dependency
117
26
– If you want to use PostgreSQL:
0 commit comments