随笔分类 - JAVA
摘要:4.0.0 zhuku.com ecommerce war 0.0.1-SNAPSHOT ecommerce Maven Webapp http://maven.apache.org junit junit 3.8.1 ...
阅读全文
摘要:1. controller跨域访问,配置方式 重点在这里: maven 需要引入 jar包 http://mvnrepository.com/artifact/com.thetransactioncompany/cors-filter <dependency> <groupId>com.thetra
阅读全文
摘要:错误描述: 创建webservice接口服务时候提示: Unable add facets project AnnotationWebService CXF 2-x Web Services Unable to add the follwing facets to project Annotatio
阅读全文
摘要:错误描述:java.lang.NoClassDefFoundError:com.mchange.v2.ser.Indirector 原因分析: 这是c3p0的一个错误信息,我们在下载 c3p0时候,zip压缩包中,有三个jar,其中一个 c3p0-x.x.x.jar,还有一个 mchange....
阅读全文
摘要:错误描述: Could not open ServletContext resource [/WEB-INF/applicationContext.xml] 原因分析: 问题主要由于加载spring的默认配置文件位置一般是在/WEB-INF/下找applicationContext.xml文件。 而
阅读全文