Skip to content

Instantly share code, notes, and snippets.

@seyedsahil
Created August 29, 2020 03:55
Show Gist options
  • Save seyedsahil/5558bc4aa9e089cb13638bfb5d08924f to your computer and use it in GitHub Desktop.
Save seyedsahil/5558bc4aa9e089cb13638bfb5d08924f to your computer and use it in GitHub Desktop.
Dependency list for the demo application
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment