update 更新动态日志开关与订阅服务配置

This commit is contained in:
疯狂的狮子li
2022-01-06 15:26:17 +08:00
parent d728d116e9
commit 30f3fe7a26
11 changed files with 91 additions and 17 deletions

View File

@@ -24,10 +24,10 @@
</dependency>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-dubbo</artifactId>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-dubbo</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

View File

@@ -15,7 +15,7 @@ import org.springframework.stereotype.Service;
@Service
public class AsyncLogService {
@DubboReference(async = true)
@DubboReference
private RemoteLogService remoteLogService;
/**