推荐算法修改

This commit is contained in:
tarzan
2021-05-13 11:45:32 +08:00
parent 9a987fa95b
commit 160c43046c
4 changed files with 13 additions and 15 deletions

View File

@@ -13,17 +13,14 @@
<version>0.0.1-SNAPSHOT</version>
<name>recommend_system</name>
<description>Demo project for Spring Boot</description>
<properties>
<java.version>1.8</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
@@ -47,7 +44,6 @@
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
@@ -56,5 +52,4 @@
</plugin>
</plugins>
</build>
</project>