Skip to content

Instantly share code, notes, and snippets.

@vinchauhan
Created October 18, 2017 04:34
Show Gist options
  • Save vinchauhan/43eab883ec1343ac63b2503fe649b219 to your computer and use it in GitHub Desktop.
Save vinchauhan/43eab883ec1343ac63b2503fe649b219 to your computer and use it in GitHub Desktop.
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!-- Monitoring -->
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment