淘淘商城第五天笔记(10)

发布时间:2021-06-09

传智播客Java学院传智.入云龙publicclass IndexController {

@RequestMapping("/index")

public String showIndex() {

return"index";

}

}

4首页商品类目展示

4.1 分析

1、类目展示需要异步加载

2、商品类目从数据库中获得,调用taotao-rest发布的服务获得数据。

3、可以在首页中使用js直接调用taotao-rest发布的服务获得数据。需要使用到的json数据格式:

精彩图片

热门精选

大家正在看