having trouble in displaying user enteries from a database table onto a HTML table using springboot java application
this is my user entity class
Display the contents of a database table on an HTML table using springboot JDBC
I’m having trouble displaying the contents of my table onto my html page,I’ve connected my database to the application.