mirror of https://gitee.com/stylefeng/roses
修改注释
parent
3d7c449401
commit
e002b77b3f
|
@ -4,9 +4,10 @@ import cn.stylefeng.roses.kernel.seata.api.StorageApi;
|
|||
import org.springframework.cloud.openfeign.FeignClient;
|
||||
|
||||
/**
|
||||
* 仓储api
|
||||
* 仓储 api
|
||||
*
|
||||
* @author wangyl
|
||||
* @Date 2021-04-10 9:25:13
|
||||
* @date 2021/04/10 16:42
|
||||
*/
|
||||
@FeignClient(name = "seata-demo-storage")
|
||||
public interface StorageConsumer extends StorageApi {
|
||||
|
|
|
@ -4,9 +4,10 @@ import cn.stylefeng.roses.kernel.seata.wallet.api.WalletApi;
|
|||
import org.springframework.cloud.openfeign.FeignClient;
|
||||
|
||||
/**
|
||||
* 用户钱包api
|
||||
* 用户钱包 api
|
||||
*
|
||||
* @author wangyl
|
||||
* @Date 2021-04-10 9:25:13
|
||||
* @date 2021/04/10 16:42
|
||||
*/
|
||||
@FeignClient(name = "seata-demo-wallet")
|
||||
public interface WalletConsumer extends WalletApi {
|
||||
|
|
|
@ -7,8 +7,9 @@ import org.springframework.web.bind.annotation.GetMapping;
|
|||
|
||||
/**
|
||||
* 订单接口
|
||||
*
|
||||
* @author wangyl
|
||||
* @Date 2021-04-10 9:25:13
|
||||
* @date 2021/04/10 16:42
|
||||
*/
|
||||
public class OrderController {
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
package cn.stylefeng.roses.kernel.seata.api;
|
||||
|
||||
/**
|
||||
* 仓储api
|
||||
* 仓储 api
|
||||
*
|
||||
* @author wangyl
|
||||
* @date 2021-04-11 9:52:31
|
||||
* @date 2021/04/10 16:42
|
||||
*/
|
||||
public interface StorageApi {
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
package cn.stylefeng.roses.kernel.seata.wallet.api;
|
||||
|
||||
/**
|
||||
* 用户钱包api
|
||||
* 用户钱包 api
|
||||
*
|
||||
* @author wangyl
|
||||
* @date 2021-04-10 8:56:48
|
||||
* @date 2021/04/10 16:42
|
||||
*/
|
||||
public interface WalletApi {
|
||||
|
||||
|
|
Loading…
Reference in New Issue