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