mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-06 12:28:10 +00:00
update 抽取 ruoyi-api-file 模块 规范用法
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<dependency>
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<artifactId>ruoyi-common-dubbo</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
@@ -15,7 +15,7 @@ import org.springframework.stereotype.Service;
|
||||
@Service
|
||||
public class AsyncLogService {
|
||||
|
||||
@DubboReference
|
||||
@DubboReference(async = true)
|
||||
private RemoteLogService remoteLogService;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user