Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
<!-- 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