Have a look at how to integrate MyBatis with Spring and Spring Boot.
Also find me here:
Baeldung Author
Jędrzej Frankowski
I'm a Java Backend Engineer. For the last 3 years, I've been working in projects focused on health care, energy platforms and banking systems. I am an open source and cloud solutions enthusiast. I mostly work with SpringBoot and many others of Spring family modules. From time to time, I also like writing a component or two in Angular 2+
Here's what I've written (so far):
Baeldung on Java
- All
- Persistence (3)
- XML (1)
- Testing (1)
- Spring Boot (1)
- Spring (1)
- Programming (1)
Working with XML in Groovy
Filed under XML
Learn several approaches for creating and editing XML using the Groovy language.
Types of SQL Joins
Filed under Persistence
Explore different types of SQL joins and their implementation in Java.
Finding Elements in Collections in Groovy
Filed under Programming
Find out how Groovy simplifies checking for elements and finding them in several types of collections.
DB Integration Tests with Spring Boot and Testcontainers
Filed under Persistence, Spring Boot, Testing
Learn how to create powerful integration tests with Spring Boot and Testcontainers that connect to a dockerized database image