How to start with spring mvc and install dependencies
java, single-page-application, spring, spring-boot, spring-mvc
Solution
Best possible website to start is https://start.spring.io/ . On this select dependency package you need and get a kick start for your project. You can also install some dependency later as per your need in pom.xml file.
Problem
I am new to spring needed to know how to start and how to import dependencies in spring mvc. i am starting a project for web application possible with single page application