Set a breakpoint.
Open `src/main/java/org/springframework/samples/petclinic/vet/VetController.java` and add a breakpoint inside the `showResourcesVetList` function.
To start your debug session, select the **Run** menu and then **Debug _NameOfYourConfiguration_**.

You should now see the connection in the logs of your Compose application.