修改注释

pull/13/head
hfwangyl 2021-04-20 14:14:39 +08:00
parent 3d7c449401
commit e002b77b3f
5 changed files with 12 additions and 9 deletions

View File

@ -4,9 +4,10 @@ import cn.stylefeng.roses.kernel.seata.api.StorageApi;
import org.springframework.cloud.openfeign.FeignClient; 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 {

View File

@ -4,9 +4,10 @@ import cn.stylefeng.roses.kernel.seata.wallet.api.WalletApi;
import org.springframework.cloud.openfeign.FeignClient; 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 {

View File

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

View File

@ -1,10 +1,10 @@
package cn.stylefeng.roses.kernel.seata.api; 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 {

View File

@ -1,10 +1,10 @@
package cn.stylefeng.roses.kernel.seata.wallet.api; 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 {