Configuring Logging and Batch Aliasing in MyBatis | Challenge

# Introduction In this challenge we will modify a program by adding logging output functionality and aliasing the entity classes used in the program. The main objective is to enhance the logging capabilities of the program and improve its readability by using batch aliasing for the entity classes. To complete the challenge, you will need to configure the `log4j` logging component and make the necessary changes to the program.

|60 : 00

Click the virtual machine below to start practicing