在Springboot 的版本为:

<version>1.5.10.RELEASE</version>

 

原因代码中有非法格式的结构,及代码写错啦,例如:

<resultMap  ></result>  
//错误操作
<result property="pushkey" column="PUSHKEY" jdbcType="String"></result>    //加入 jdbcType= 就会报错,并停止启动Tomcat,应去掉
</resultMap>

 

相关文章: