spring+jdbc

遇坑集合

1.新建maven maven consle 报错

  • Error injecting: org.apache.maven.plugins.resources.ResourcesMojo
  • 连maven dependenties / jre system library 都没生成
  • 把esensoft2的pom.xml复制过来 再项目右键maven update一下

1.1 又报错找不到或无法加载主类

  • 右键项目 build path 更换JRE

2.jdk版本不兼容报错

  • 右键项目 build path
  • 执行环境jdk版本1.5 电脑环境1.8

3.Bad version number in .class file

  • 高版本jdk编译 低版本jdk运行报错
  • 运行项目 运行版本要高于编译版本
    -

3.设置resources资源目录 更新pom.xml

  • 右键->build path ->as resources folder
  • 修改pom.xml后ctrl+s保存 、项目右键maven-> update project

4.Unsupported major.minor version 51.0

  • 高版本jdk编译 低版本jdk运行报错

5.can’t find main class