More Jackson Annotations

2021 VietMX 0

1. Overview This article covers some additional annotations that were not covered in the previous article, A Guide to Jackson Annotations – we will go through seven […]

Spring Boot Annotations

2021 VietMX 0

1. Overview Spring Boot made configuring Spring easier with its auto-configuration feature. In this quick tutorial, we’ll explore the annotations from the org.springframework.boot.autoconfigure and org.springframework.boot.autoconfigure.condition packages. 2. @SpringBootApplication We use […]

Spring Web Annotations

2021 VietMX 0

1. Overview In this tutorial, we’ll explore Spring Web annotations from the org.springframework.web.bind.annotation package. 2. @RequestMapping Simply put, @RequestMapping marks request handler methods inside @Controller classes; it can be configured using: path, or its […]