mybatis 返回map

1.xml设置


    
    

2.dao设置

HashMap getMap(Long id);

3.使用

userMapper.getMap(12L).get("value")

你可能感兴趣的:(java)