Author: Đạt Trần
How To Install Oracle Database on Docker
Đạt Trần
- 0
Having trouble install oracle database 12c/19c/21c with docker? This step by step tutorial will help you.
Read MoreFix Unable to parse response body for Response with Elasticsearch & Spring boot
Đạt Trần
- 0
Recently, I upgraded Elasticsearch from 7.15.2 to 8.0.1. The setup was quick and simple. However, when making a request to save an entity to the database and in turn make an update to elastic, I got this error. Open your elastic server. You should see something similar to this: As you can see, I’m running…
Read MoreSetup Cucumber, TestContainers & Junit5 in Spring Boot Project
Đạt Trần
- 0
Since I spent countless hours finding the correct setup for Cucumber, TestContainers and Junit5 (Jupiter) for my Spring Boot project, I hope this tutorial can somehow save you time and help you avoid needless pain. Before you begin, I hope you already know what Cucumber, TestContainers, and Junit5 (and of course Spring Boot) are. If…
Read More