首页>代码>SpringBoot2.0+SpringCloud+redis集群搭建的仿悦诗风吟旗舰网站>/inni-item/src/main/java/com/inni/controller/ItemController.java
package com.inni.controller;

import java.util.List;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;

import com.inni.pojo.Item;
import com.inni.service.ItemService;
import com.inni.vo.JsonResult;

@RestController
public class ItemController {
	
	@Autowired
	private ItemService itemService;
	
	@RequestMapping("/findHotItems")
	public List<Item> findHotItems() {
		List<Item> items = itemService.findHotItems();
		
		
		return items;
	}
	@RequestMapping("/findItems")
	public JsonResult findItems(@RequestParam("pno") Integer pno){
		return itemService.findItems(pno);
		
	}
	@RequestMapping("/findItem")
	public JsonResult findItem(@RequestParam("pid") Integer pid){
		return itemService.findItem(pid);
		
	}

}
最近下载更多
lt33333  LV7 2023年6月5日
iceboard  LV2 2023年6月4日
wmm500  LV3 2023年5月16日
liangge2115  LV27 2022年12月29日
  LV6 2022年12月4日
sunshine9920  LV12 2022年8月31日
877549024  LV8 2022年4月21日
sharkness123  LV8 2021年12月21日
wendy_ayang  LV10 2021年12月14日
最近浏览更多
ゆ 、 Hurt°  LV2 7月8日
Zionism  LV7 6月5日
1941549176  LV4 5月10日
荣》Cowboy  LV12 4月11日
杨豫川  LV12 3月13日
malagou  LV1 1月22日
lasttimeapp 2023年11月27日
暂无贡献等级
拜托你仔细听  LV3 2023年9月21日
一纸凉生  LV5 2023年9月4日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友