cannot be cast to javax.servlet.Filter添加provided即可
install -X是什么意思?
Unsupported major.minor version 51.0
属性-》Java-》Compiler-》1.6
后来发现是因为:引用的jar包是1.7平台编译过得,我的环境是1.6,所以不过;网上讲述的是1.6编译的jar在1.7的JVM上使用不过;情景不同啊
maven install和maven build的区别
java.lang.NoClassDefFoundError: com/neusoft/iot/framework/config/IConfigReader
先clean,然后再build
No matching handler method found for servlet request,因为Content-Type=application/json在头里面应该是Content-Type:application/json
Premature end of file:原来是代码中会对requestbody里面的jason转换为xml,但是我测试的时候没有设置body
jdk1.7变化要伴随着installed JRE一起变;JRE只是提供运行环境,但是编译等功能还需要jdk,jdk包含jre