Skip to content

Commit 16c6729

Browse files
authored
Merge pull request #5 from RameshMF/RameshMF-patch-1
Update README.md
2 parents a7b5554 + 5a55ddf commit 16c6729

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

Diff for: README.md

+19-17
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
1-
# springboot-blog-rest-api
1+
# Source code of Bestseller Udemy Course - Building Real-Time REST APIs with Spring Boot
22
Learn how to build real-time REST APIs with Spring Boot by building a complete Blog App.
33

4-
# Source code of Popular Building Real-Time REST APIs with Spring Boot Course
5-
Learn how to build real-time REST APIs with Spring Boot by building a complete Blog App.
4+
This course supports Spring Boot 3+, Spring Security 6+
65

7-
Udemy Course Link - https://www.udemy.com/course/building-real-time-rest-apis-with-spring-boot/
6+
Reach out to me for a discount coupon at javaguides.net@gmail.com
87

9-
Link - https://courses.javaguides.net/p/building-rest-api-with-spring-boot
8+
Udemy Course Link - [Building Real-Time REST APIs with Spring Boot - Blog App](https://www.udemy.com/course/building-real-time-rest-apis-with-spring-boot/?referralCode=6312172DF8B8C2C11F5E)
109

11-
# What you'll learn in this course ?
12-
- Learn how to build great REST API’s for Blog App using Spring Boot, Spring Security, JWT, Spring Data JPA (Hibernate), MySQL database
10+
# What you'll learn in this course?
11+
- Learn how to build great REST APIs for Blog App using Spring Boot, Spring Security, JWT, Spring Data JPA (Hibernate), MySQL database
1312
- Learn REST basics - Resource, Sub-resource, URI, HTTP methods, HTTP status codes
14-
- Learn how to build CRUD REST API's
15-
- Learn how to build REST API’s for Pagination and Sorting
16-
- Learn how to build REST API’s for Login/Signin and Signup
13+
- Learn how to build CRUD REST APIs
14+
- Learn how to build REST APIs for Pagination and Sorting
15+
- Learn how to build REST APIs for Login/Signin and Signup
1716
- Learn how to use Lombok
18-
- Learn how to use DTO’s
17+
- Learn how to use DTOs
1918
- Learn Spring boot REST API exception handling
2019
- Learn Spring boot REST API validation
21-
- Learn how to use Spring security in Spring boot project
22-
- Learn Spring security In-memory and DB authentication and authorization
23-
- Learn how to secure REST API’s ( role based security)
20+
- Learn how to use Spring security in the Spring boot project
21+
- Learn Spring Security In-memory and DB authentication and authorization
22+
- Learn how to secure REST APIs (role-based security)
2423
- Learn how to write query methods using Spring Data JPA
25-
- Learn one to many and many to many JPA mappings
26-
- Learn how to test REST API’s using Postman REST Client
24+
- Learn one-to-many and many-to-many JPA mappings
25+
- Learn how to test REST APIs using Postman REST Client
2726
- Learn What is JWT and How it Works
2827
- Learn How to configure JWT ( JSON Web Token) in Spring Security
29-
- Learn how to secure REST API's using JWT
28+
- Learn how to secure REST APIs using JWT
3029
- Learn how to use JWT with Login API
3130
- Learn versioning REST APIs
3231
- Learn Important 4 versioning REST API strategies
3332
- Deploy Spring Boot Blog App on AWS Cloud
33+
- Learn Docker
34+
- Learn Spring and Spring Boot Annotations
35+
- Interview QA

0 commit comments

Comments
 (0)