@@ -15,6 +15,12 @@ For more detail, please visit:
1515
1616> [ For MongoDB] ( https://bezkoder.com/spring-boot-jwt-auth-mongodb/ )
1717
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+
1824## Fullstack Authentication
1925
2026> [ 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:
3137
3238> [ Vue.js + Spring Boot + MySQL/PostgreSQL example] ( https://bezkoder.com/spring-boot-vue-js-crud-example/ )
3339
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/ )
3543
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/ )
3751
3852> [ React + Spring Boot + MySQL example] ( https://bezkoder.com/react-spring-boot-crud/ )
3953
4054> [ React + Spring Boot + PostgreSQL example] ( https://bezkoder.com/spring-boot-react-postgresql/ )
4155
56+ > [ React + Spring Boot + MongoDB example] ( https://bezkoder.com/react-spring-boot-mongodb/ )
57+
4258Run both Back-end & Front-end in one place:
4359> [ Integrate Angular with Spring Boot Rest API] ( https://bezkoder.com/integrate-angular-spring-boot/ )
4460
4561> [ Integrate React.js with Spring Boot Rest API] ( https://bezkoder.com/integrate-reactjs-spring-boot/ )
4662
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+
4776## Dependency
4877– If you want to use PostgreSQL:
4978``` xml
0 commit comments