1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

remain annotations clearer

This commit is contained in:
赵禹光
2019-08-23 15:38:53 +08:00
parent 3eb75988e3
commit 189837ed12
3 changed files with 3 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ public class HomeController {
}
@GlobalTransactional(timeoutMills = 300000, name = "spring-cloud-demo-tx")
@RequestMapping(value = "/seata/feign", method = RequestMethod.GET, produces = "application/json")
@GetMapping(value = "/seata/feign", produces = "application/json")
public String feign() {
String result = storageService.storage(COMMODITY_CODE, ORDER_COUNT);