To start server: on the right click Maven Project -> Lifecycle ->
- start clean by double click
- start comman install
- on the top where is TomCat icon + "Unnamed" click green arrow
Wait until server start. You can go to 2 pages http://localhost:8080/ http://localhost:8080/html.jsp http://localhost:8080/index.jsp
http://localhost:8080/ is homepage
Download MySQL and install: 1)execute all suggested features 2)create new user for db
When it installed, create new Schema In Intellij Idea enclose Maven Project click on DataBase Tap green plus, choose MySQL, do default settings
Edit application.properties with your DB settings
Clean install the project Start TomCat