Day86

用mybatis整合小米商城案例

public class TestMain {
    @Test
    public void testSql() {
        ShopMapper shopMapper = MybatisUtil.getMapper(ShopMapper.class);
        List<TbGoodsType> tbGoodsType = shopMapper.goodstypeFindallfirst();
        System.err.println(tbGoodsType);
    }
}

经过测试,发现可以查询到所有一级分类

posted @ 2021-10-05 15:16  CN_Darren  阅读(29)  评论(0)    收藏  举报