maven配置好后,新建web项目,访问不了index.jsp页面,报了个500
  注:我用的tomcat8,jdk1.8,  Eclipse neon.1 我新建项目遇到了index.jsp报红叉,利用 http://blog.csdn.net/dream_ll/article/det…
maven 跟新jar包 报错:Server chose TLSv1.2, but that protoco
跟新jar  maven提示 :Server chose TLSv1.2, but that protocoersion is not enabled or not supported by the client   帮忙如何解决…
maven无法获取远程仓库jar
settings.xml配置 <mirrors>     <mirror>       <id>alimaven</id>       <name>aliyun maven…
eclipse新建maven项目提示错误
错误信息: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:1.0 from any of the configured repositories. Coul…
tomcat7-maven-plugin启动Jfinal项目报错
tomcat7-maven-plugin启动Jfinal项目报错,具体报错内容如下: 严重: Exception starting filter DruidWebStatFilter java.lang.ClassCastException: c…
在maven中使用junit执行install时报错
问题:我的maven中引入了junit <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.9</v…
maven 打包 web 项目时,war 包里的 class 不是最新的内容。
修改 .java 文件后,重新 clean install,对 target 目录中的 war 包里的 class 文件反编译,内容仍然是修改前的。而 target/classes 目录里的 class …
maven deploy时候里面的动态参数错误
现在项目中common模块的版本号是这样的${common-util.version}, deploy之后他没有解析成正确的版本号,而是这样的表达式 请问有没有什么配置方式或…
maven+springmvc+mybatis web环境搭建报错
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springf…
maven整合ssm
在做maven整合ssm的时候,现在只是做到mybatis和spring整合,报找不到实体类异常 错误信息 org.springframework.beans.factory.BeanCreationExceptio…
在使用druid数据源的时候遇到的问题
 在tomcat 7.0下面部署两个项目,两个项目都是使用了druid数据连接池,单独启动一个项目的时候没有问题,把另外一个项目换为别的数据库连接…