Skip to content

Instantly share code, notes, and snippets.

@chathurangat
Last active December 30, 2017 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chathurangat/57b2c69b10a880ed233305ef0f1cf230 to your computer and use it in GitHub Desktop.
Save chathurangat/57b2c69b10a880ed233305ef0f1cf230 to your computer and use it in GitHub Desktop.
<dependencies>
<!--Spring Data JPA Dependency-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<!--Spring Web Dependency-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!--MySQL JDBC Connector -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment