E9 commons-lang3 라이브러리 사용 및 Mybatis 조건절에 사용
<where> <if test="@org.apache.commons.lang3.StringUtils@isNotEmpty(keyword)"> AND B.TITLE LIKE CONCAT('%', #{keyword}, '%') </if> </where>
참고 https://github.com/stylehosting/example-spring