I have a simple MySQL database in which there is one table and several stored procedures. I need to make a server application to call these procedures + interface (simple html page) to display the database data. Going to do java. In IntelliJ IDEA made the project maven, there made a simple class for connecting to the database using jdbc. There is a connection, I can also write requests, but I do not quite understand how this should work? I need some kind of web server (as I understand it Tomcat will do), and the html page, but how to connect all this?

Closed due to the fact that the issue is too common for the participants D-side , user194374, pavel , Alex , Denis Bubnov 12 Dec '16 at 14:43 .

Please correct the question so that it describes the specific problem with sufficient detail to determine the appropriate answer. Do not ask a few questions at once. See “How to ask a good question?” For clarification. If the question can be reformulated according to the rules set out in the certificate , edit it .

    1 answer 1

    There are a bunch of tutorial on the Internet. For example, these 2 videos helped me: Spring BOOT + Maven + SpringMVC + thymeleaf CRUD application

    In general, Google is much better than me, it all knows, beat in: CRUD Maven Tomcat tutorial