随笔分类 - java
摘要:1. 创建一个maven project注意 :不勾选 create a simple project 选项。点击next2. 下一步后,在filter 中输入webapp,选中 maven-archetype-webapp 这项,点击Next。3. 接下来输入groupId,artifact Id ,然后点击finish即可4. 接下来进行一些配置,系统自动创建的项目结构如下可以看到,项目的源码包只有一个,我们补全其余三个如果new source folder时出现已经是源码包的提示,就new folder可以完成上步。5. 修改项目的jdk版本。build path中6. 创建的项目 fa
阅读全文
摘要:spring 配置junit 启动时出现 ClassNotFound警告:警告: Failed to classload type while reading annotation metadata. This is a non-fatal error, but certain annotation metadata may be unavailable. java.lang.ClassNotFoundException: org.testng.annotations.BeforeTest解决方法:将eclipse自带的junit和org.hamcrest.core.jar复制到项目的WEB-
阅读全文
摘要:编写java程序时,出现The hierarchy of the type is inconsistent 错误。可能的原因:自己的类继承于某个类,这个类或者这个类继承的类或者再往上继承的某个类所在的jar包没有被引入。
阅读全文

浙公网安备 33010602011771号