首页 > 代码库 > mybatis 美菜使用步骤

mybatis 美菜使用步骤

IPopSkuPropertyDao

1.在pop-productservice-entity 中建实体 注意 implements Serializable

2.在pop-productservice-service-support 中的dao中创建接口

3.在pop-productservice-service-support重的Resources中建PopSkuProperty.xml

4.在pop-productservice-main 中的resources 中的mybatis-config.xml 中加别名和mapper

5.在测试的的resources 中的mybatis-config.xml 中加别名和mapper

mybatis 美菜使用步骤