master
parent
36ea8e405f
commit
7aa564f796
|
@ -1,12 +0,0 @@
|
||||||
package com.grail.system.api;
|
|
||||||
|
|
||||||
import org.springframework.cloud.openfeign.FeignClient;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @description: TODO
|
|
||||||
* @author: SIKADI
|
|
||||||
* @date: 2023/10/23 16:56
|
|
||||||
**/
|
|
||||||
@FeignClient(value = )
|
|
||||||
public interface RemoteWalletService {
|
|
||||||
}
|
|
|
@ -1,18 +0,0 @@
|
||||||
package com.grail.system.api.factory;
|
|
||||||
|
|
||||||
import org.slf4j.Logger;
|
|
||||||
import org.slf4j.LoggerFactory;
|
|
||||||
import org.springframework.stereotype.Component;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @description: TODO
|
|
||||||
* @author: SIKADI
|
|
||||||
* @date: 2023/10/22 20:09
|
|
||||||
**/
|
|
||||||
@Component
|
|
||||||
public class RemoteWalletFallbackFactory {
|
|
||||||
|
|
||||||
private static final Logger log = LoggerFactory.getLogger(RemoteUserFallbackFactory.class);
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue