huodongdong 7 years ago
parent
commit
34a6cad675

+ 0 - 2
rankin-product-service/src/main/java/cn/rankin/productservice/controller/ItemController.java

@@ -11,8 +11,6 @@ import org.apache.commons.lang.StringUtils;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.*;
 
-import javax.transaction.Transactional;
-
 @RestController
 @RequestMapping(value = "item")
 public class ItemController {