I have a Maven Project in Eclipse and now I need to add database connectivity. My textbook did all json tutorials in Maven. Now in this chapter on JDBC they are using SpringBoot
1) Add Spring boot starter Parent and Web in Pom.xml file
2) Add @SpringBootApplication in the main class
3) Add SpringApplication.run(App.class, args); in main method.