master
sikadi 2023-10-27 15:06:11 +08:00
parent 36ea8e405f
commit 7aa564f796
2 changed files with 0 additions and 30 deletions

View File

@ -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 {
}

View File

@ -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);
}