|
|
@@ -61,18 +61,6 @@ |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-validation</artifactId> |
|
|
|
</dependency> |
|
|
|
<!-- <dependency>--> |
|
|
|
<!-- <groupId>org.springframework.data</groupId>--> |
|
|
|
<!-- <artifactId>spring-data-jpa</artifactId>--> |
|
|
|
<!-- </dependency>--> |
|
|
|
<!-- <dependency>--> |
|
|
|
<!-- <groupId>org.hibernate</groupId>--> |
|
|
|
<!-- <artifactId>hibernate-core</artifactId>--> |
|
|
|
<!-- </dependency>--> |
|
|
|
<!-- <dependency>--> |
|
|
|
<!-- <groupId>org.springframework.boot</groupId>--> |
|
|
|
<!-- <artifactId>spring-boot-starter-data-jpa</artifactId>--> |
|
|
|
<!-- </dependency>--> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
@@ -88,12 +76,6 @@ |
|
|
|
<optional>true</optional> |
|
|
|
<scope>true</scope> |
|
|
|
</dependency> |
|
|
|
<!-- pg --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.postgresql</groupId> |
|
|
|
<artifactId>postgresql</artifactId> |
|
|
|
<version>42.4.2</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
<artifactId>druid-spring-boot-starter</artifactId> |
|
|
|