随笔分类 - XML
摘要:添加个classPath:/ 保存下就能解决报错了 /后面要加个空格,最后一行尖括号里面不能有空格。
阅读全文
摘要:<!-- 这里xmlns:f="url2"表示这个table是用f作为标记,table的写法在url2中定义 --> <f:table xmlns:f="url2"> <f:name>African Coffee Table</f:name> <f:width>80</f:width> <f:len
阅读全文
摘要:resultMap:实体类的属性和通过resultMap映射后的property属性一致 <resultMap id="workerSelect" type="com.eaju.soms.entity.vo.WorkerSelectEntity"> <result column="worker_id
阅读全文