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