|
|
|
|
30
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
30
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
31
|
</dependency>
|
31
|
</dependency>
|
32
|
<dependency>
|
32
|
<dependency>
|
33
|
- <groupId>mysql</groupId>
|
|
|
34
|
- <artifactId>mysql-connector-java</artifactId>
|
|
|
35
|
- </dependency>
|
|
|
36
|
- <dependency>
|
|
|
37
|
<groupId>org.springframework.boot</groupId>
|
33
|
<groupId>org.springframework.boot</groupId>
|
38
|
<artifactId>spring-boot-starter-data-rest</artifactId>
|
34
|
<artifactId>spring-boot-starter-data-rest</artifactId>
|
39
|
</dependency>
|
35
|
</dependency>
|