properties在mybatis中的引用方式

avatar
作者
猴君
阅读量:0

在MyBatis中,可以通过以下方式引用属性:

  1. 在Mapper XML文件中使用${}占位符来引用属性,例如:
<select id="selectUser" parameterType="int" resultType="User">     SELECT * FROM users WHERE id = ${userId} </select> 
  1. 在Java代码中使用@Value注解来引用属性,例如:
@Value("${mybatis.mapperLocations}") private String mapperLocations; 
  1. 在MyBatis配置文件中使用${}占位符来引用属性,例如:
<properties resource="mybatis-config.properties"/> 

广告一刻

为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!