Skip to content

Instantly share code, notes, and snippets.

@bhawna94
Created June 25, 2019 10:42
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 bhawna94/7841bd01150244d1cedc908afeee125d to your computer and use it in GitHub Desktop.
Save bhawna94/7841bd01150244d1cedc908afeee125d to your computer and use it in GitHub Desktop.
<!-- jpa,repository -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<!-- MySQL -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment