瀏覽代碼

remove mysql and h2

Kr Younger 6 年之前
父節點
當前提交
058b03b9b0
共有 1 個檔案被更改,包括 0 行新增4 行删除
  1. 0
    4
      pom.xml

+ 0
- 4
pom.xml 查看文件

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>