Browse Source

Merge branch 'zx_online_lesson' of http://git.dayaedu.com/yonge/cooleshow into develop-new

# Conflicts:
#	cooleshow-app/src/main/resources/logback-dev.xml
zouxuan 1 year ago
parent
commit
cedea395d8

+ 1 - 1
cooleshow-app/src/main/resources/logback-spring.xml

@@ -44,7 +44,7 @@
 	</springProfile>
 	<!--开发环境:打印控制台 -->
 	<springProfile name="dev">
-		<root level="INFO">
+		<root level="DEBUG">
 <!--			<appender-ref ref="stdout" />-->
 			<appender-ref ref="file" />
 		</root>

+ 14 - 0
cooleshow-user/user-biz/pom.xml

@@ -149,6 +149,20 @@
             <groupId>com.dayaedu.cbs.openfeign</groupId>
             <artifactId>dayaedu-openfeign-client</artifactId>
             <version>1.0.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.alibaba.cloud</groupId>
+                    <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework.cloud</groupId>
+                    <artifactId>spring-cloud-loadbalancer</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework.cloud</groupId>
+                    <artifactId>spring-cloud-starter-openfeign</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>