huodongdong 7 년 전
부모
커밋
34a6cad675
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      rankin-product-service/src/main/java/cn/rankin/productservice/controller/ItemController.java

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