1、错误   编辑Ibatis 启动jboss报错

Open quote is expected for attribute "property" associated with an  element type  "result".

   错误查找:

           最终在ibatis的数据库配置文件上找到问题了。

        <resultMap id="SaleCity" class="SaleCity">
		<result column="ID" property=saleCityId />
		<result column="YYB_CODE" property="yybCode" />
		<result column="YYB_CNAME" property="yybCname" />
		<result column="PROVINCE" property="province" />
		<result column="YYB_CITY" property="cityCname" />
		<result column="YYB_CITY_CODE" property="cityCode" />
	</resultMap>
           
             <result column="ID" property=saleCityId />     缺少了双引号。

           

GitHub 加速计划 / eleme / element
13
1
下载
A Vue.js 2.0 UI Toolkit for Web
最近提交(Master分支:19 天前 )
c345bb45 1 年前
a07f3a59 * Update transition.md * Update table.md * Update transition.md * Update table.md * Update transition.md * Update table.md * Update table.md * Update transition.md * Update popover.md 1 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐