@Pollux
2016-07-25T06:34:50.000000Z
字数 639
阅读 945
web常见问题
Solution1
Java Build Path ===> remove tomcat then add Library add tomcat again
Solution2
reason
resultMap 中没有这种类型
<select id="selectAddressByPrimaryKey" parameterType="java.lang.String" resultMap="com.xt.pojo.address">
select
<include refid="Base_Column_List" />
from ADDRESS
where ID = #{id,jdbcType=VARCHAR}
</select>
solution
应该把 resultMap 换成 resultType
reason
有些jar包没有下载
solution
maven install
solution
方法一:把占用端口的进程kill掉
taskkill /F /IM javaw.exe /T
方法二:打开360流量防火墙 ===> 点击网络连接
结束进程 javaw.exe