Data Source: JHU CSSE.
- Visit Spring Initializer.
- Generate Maven-Java project with Spring version 2.2.5 and Java 11. Add dependencies- Thymeleaf, Spring Boot DevTools and Spring Web.
- Unzip the generated zip file and open the project in IntelliJ Idea.
- Select Maven. Open pom.xml file, if it has errors in dependencies, check if Maven plugin is installed. Right click and reimport dependencies.
- Make sure the compiler version is Java 11.
- Add the all the files. Run the project. It would be available on localhost:8080.