Before moving to the next step, remove or comment the basic security dependency in the pom.xml.Step 4: Open application.properties file and enable the H2 console so that we can see what data we have inserted in the table. spring.h2.console.enabled=true ...