Spring Boot Tricks
-
Spring Boot REST API Tricks
- Basic Java Programming
This course is designed for developers familiar with Java 8+, and want to become more familiar with REST API development using Spring Boot.
Unlike some other courses, I am not a big believer in code-alongs, as it simply fills up time, but rather give a screencast and describe the code as seen, along with a Github link to the project at that state, so that developers can be productive quickly and easily, and stay focused on the details at hand, rather than watching someone code, and fix their mistakes in real time.
Topics covered include:
– Custom annotations
– Request Mapping for GET and POST
– Using repositories to communicate with a database
– Path variables
– MVC tests
- Java Developers with basic SQL knowledge