I have working connection with my sql database in my mavenproject as shown in pic.enter image description here
I’ve tried to work with html project of my website and just copied files to the resources package. Now I’m struggling with the logic of my next steps: how I interact with my db from the html, how I extract info from my db and interact with or change it? What am I doing wrong?
I want a solution with minimum of actions with external apps/frameworks except of them that can be just specified in my pom.xml:enter image description here