Spring JDBC

2021 VietMX 0

1. Overview In this tutorial, we’ll go through practical use cases of the Spring JDBC module. All the classes in Spring JDBC are divided into […]

Working with Kotlin and JPA

2021 VietMX 0

1. Introduction One of Kotlin’s characteristics is the interoperability with Java libraries, and JPA is certainly one of these. In this tutorial, we’ll explore how to use […]

MyBatis with Spring

2021 VietMX 0

1. Introduction MyBatis is one of the most commonly used open-source frameworks for implementing SQL databases access in Java applications. In this quick tutorial, we’ll present […]

Database Migrations with Flyway

2021 VietMX 0

1. Introduction This article describes key concepts of Flyway and how we can use this framework to continuously remodel our application’s database schema reliably and easily. At […]