<entry key="SchoolCountyPeopleExtImpl.schoolNameCount.count.lxs">
<value><![CDATA[
select count(*) from school_info si
where 1=1
<#if schoolName?has_content>
and si.school_name = :schoolName
</#if>
<#if schoolId?has_content>
and si.school_id <> :schoolId
</#if>
]]></value>
</entry>
freeMarker应用到SQL语句上,问下 ,这种形式的配置 是怎么配的??
在项目中 我并没有找到freemarkerConfig 这个配置 或者是
org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer??
请问大侠 这都怎么配置的 有点不明白