Spring Framework and REST API Development
This course introduces the Spring Framework and how to build RESTful APIs. You will learn the core concepts of Spring, including dependency injection and inversion of control, and how to secure your applications using Spring Security with JWT. You will also practice building and consuming APIs, handling exceptions, and managing data access with MyBatis.
Objective
- Learn the basics of Spring Framework and Spring Boot.
- Understand how to create RESTful APIs with Spring.
- Implement security in web applications using JWT.
- Use MyBatis for data access and manipulation.
- Develop and deploy a mini REST API project.