Ver código fonte

LR、FM模型

丁云鹏 10 meses atrás
pai
commit
e818644784

+ 18 - 0
recommend-server-service/pom.xml

@@ -77,6 +77,24 @@
             <groupId>org.xm</groupId>
             <artifactId>similarity</artifactId>
             <version>1.1</version>
+            <exclusions>
+<!--                <exclusion>-->
+<!--                    <artifactId>logback-access</artifactId>-->
+<!--                    <groupId>ch.qos.logback</groupId>-->
+<!--                </exclusion>-->
+<!--                <exclusion>-->
+<!--                    <artifactId>logback-classic</artifactId>-->
+<!--                    <groupId>ch.qos.logback</groupId>-->
+<!--                </exclusion>-->
+<!--                <exclusion>-->
+<!--                    <artifactId>logback-core</artifactId>-->
+<!--                    <groupId>ch.qos.logback</groupId>-->
+<!--                </exclusion>-->
+                <exclusion>
+                    <artifactId>slf4j-api</artifactId>
+                    <groupId>org.slf4j</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>

+ 0 - 0
recommend-server-service/src/main/resources/logback-spring.xml → recommend-server-service/src/main/resources/logback.xml