
java
wqq奋斗的小鸟
路是自己一步一个脚印走出来的,越扎实,越自信,走的越远。
展开
-
Junit简单学习理解
JUnit是一个Java语言的单元测试框架。它由Kent Beck和Erich Gamma建立,逐渐成为源于Kent Beck的sUnit的xUnit家族中最为成功的一个。 JUnit有它自己的JUnit扩展生态圈。多数Java的开发环境都已经集成了JUnit作为单元测试的工具。https://baijiahao.baidu.com/s?id=1658791965259239950&wf...原创 2020-02-20 14:25:16 · 288 阅读 · 0 评论 -
pom.xml文件报错
eclipse 运行activiti,maven项目报错Multiple annotations found at this line: - Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (execution:...原创 2020-02-20 14:16:58 · 772 阅读 · 0 评论 -
ava.lang.IllegalStateException: Unable to complete the scan for annotations for web application
严重: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/sateproject]] at org.apache.ca...原创 2019-12-02 15:37:18 · 538 阅读 · 0 评论 -
java.lang.IllegalArgumentException: taglib definition not consistent with specification version
tomcat8.0中使用taglib错误表现: java.lang.IllegalArgumentException: taglib definition not consistent with specification version原因:tomcat6以上在web.xml中定义taglib时要嵌入到jsp-config标签中<jsp-config> <t...转载 2019-12-02 14:20:35 · 284 阅读 · 0 评论 -
The resource identified by this request is only capable of generating respon
The resource identified by this request is only capable of generating respon参考https://blog.youkuaiyun.com/qq_38404440/article/details/80570915配置文件增加:<bean class="org.springframework.web.servlet.mvc.an...原创 2019-11-22 15:50:01 · 1024 阅读 · 0 评论 -
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sateState':
十一月 22, 2019 10:50:18 上午 org.apache.tomcat.util.digester.SetPropertiesRule begin警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:de...原创 2019-11-22 14:25:59 · 245 阅读 · 0 评论 -
XML文件报错:Multiple annotations found at this line:
Multiple annotations found at this line: - Referenced file contains errors (http://www.springframework.org/schema/context/spring-context.xsd). For more information, right click on the message in t...原创 2019-11-18 11:33:47 · 1471 阅读 · 1 评论