@@ -15,6 +15,12 @@ For more detail, please visit:
15
15
16
16
> [ For MongoDB] ( https://bezkoder.com/spring-boot-jwt-auth-mongodb/ )
17
17
18
+ ## Refresh Token
19
+
20
+ ![ spring-boot-refresh-token-jwt-example-flow] ( spring-boot-refresh-token-jwt-example-flow.png )
21
+
22
+ For instruction: [ Spring Boot Refresh Token with JWT example] ( https://bezkoder.com/spring-boot-refresh-token-jwt/ )
23
+
18
24
## Fullstack Authentication
19
25
20
26
> [ Spring Boot + Vue.js JWT Authentication] ( https://bezkoder.com/spring-boot-vue-js-authentication-jwt-spring-security/ )
@@ -31,19 +37,42 @@ For more detail, please visit:
31
37
32
38
> [ Vue.js + Spring Boot + MySQL/PostgreSQL example] ( https://bezkoder.com/spring-boot-vue-js-crud-example/ )
33
39
34
- > [ Angular + Spring Boot + MySQL example] ( https://bezkoder.com/angular-10-spring-boot-crud/ )
40
+ > [ Angular 8 + Spring Boot + MySQL example] ( https://bezkoder.com/angular-spring-boot-crud/ )
41
+
42
+ > [ Angular 8 + Spring Boot + PostgreSQL example] ( https://bezkoder.com/angular-spring-boot-postgresql/ )
35
43
36
- > [ Angular + Spring Boot + PostgreSQL example] ( https://bezkoder.com/angular-10-spring-boot-postgresql/ )
44
+ > [ Angular 10 + Spring Boot + MySQL example] ( https://bezkoder.com/angular-10-spring-boot-crud/ )
45
+
46
+ > [ Angular 10 + Spring Boot + PostgreSQL example] ( https://bezkoder.com/angular-10-spring-boot-postgresql/ )
47
+
48
+ > [ Angular 11 + Spring Boot + MySQL example] ( https://bezkoder.com/angular-11-spring-boot-crud/ )
49
+
50
+ > [ Angular 11 + Spring Boot + PostgreSQL example] ( https://bezkoder.com/angular-11-spring-boot-postgresql/ )
37
51
38
52
> [ React + Spring Boot + MySQL example] ( https://bezkoder.com/react-spring-boot-crud/ )
39
53
40
54
> [ React + Spring Boot + PostgreSQL example] ( https://bezkoder.com/spring-boot-react-postgresql/ )
41
55
56
+ > [ React + Spring Boot + MongoDB example] ( https://bezkoder.com/react-spring-boot-mongodb/ )
57
+
42
58
Run both Back-end & Front-end in one place:
43
59
> [ Integrate Angular with Spring Boot Rest API] ( https://bezkoder.com/integrate-angular-spring-boot/ )
44
60
45
61
> [ Integrate React.js with Spring Boot Rest API] ( https://bezkoder.com/integrate-reactjs-spring-boot/ )
46
62
63
+ > [ Integrate Vue.js with Spring Boot Rest API] ( https://bezkoder.com/integrate-vue-spring-boot/ )
64
+
65
+ More Practice:
66
+ > [ Spring Boot File upload example with Multipart File] ( https://bezkoder.com/spring-boot-file-upload/ )
67
+
68
+ > [ Exception handling: @RestControllerAdvice example in Spring Boot] ( https://bezkoder.com/spring-boot-restcontrolleradvice/ )
69
+
70
+ > [ Spring Boot Repository Unit Test with @DataJpaTest ] ( https://bezkoder.com/spring-boot-unit-test-jpa-repo-datajpatest/ )
71
+
72
+ > [ Deploy Spring Boot App on AWS – Elastic Beanstalk] ( https://bezkoder.com/deploy-spring-boot-aws-eb/ )
73
+
74
+ > [ Secure Spring Boot App with Spring Security & JWT Authentication] ( https://bezkoder.com/spring-boot-jwt-authentication/ )
75
+
47
76
## Dependency
48
77
– If you want to use PostgreSQL:
49
78
``` xml
0 commit comments