1. jakarta bean validation & spring validation

    # giới thiệu

    2023/10/25 Software Development

  2. spring security annotations

    # giới thiệu

    2023/10/18 Software Development

  3. hướng dẫn sử dụng criteria api trong hibernate

    JPA Criteria API cho phép ta tạo ra các câu truy vấn bằng Java Object thay vì việc khai báo trực tiếp trong String (JPQL) như thế này:

    2023/10/12 Software Development

  4. spring test annotations

    # giới thiệu

    2023/10/11 Software Development

  5. hướng dẫn sử dụng spring profiles

    Spring Profiles là một core feature trong Spring Framework, cho phép chúng ta cấu hình ứng dụng, active/deactive Bean tùy theo môi trường.

    2023/10/11 Software Development

  6. ioc container & application context

    Nếu bạn đã từng tự hỏi “Spring Boot biết tạo object nào, inject vào đâu, và quản lý lifecycle ra sao?” — câu trả lời nằm ở package này.

    2023/09/23 Software Development

  7. spring data jpa

    # giới thiệu

    2023/09/21 Software Development

  8. spring jackson annotations

    Spring Boot tự động cấu hình ObjectMapper với Jackson, nên mọi @RestController response và @RequestBody input đều đi qua Jackson.

    2023/09/19 Software Development

  9. @Transactional & spring aop — transaction management & cross-cutting concerns

    # giới thiệu

    2023/09/18 Software Development

  10. spring boot auto-configuration

    # giới thiệu

    2023/09/15 Software Development