摘要: maven错误提示如下: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project ExternalIntroduction: Co 阅读全文
posted @ 2017-06-14 16:03 ryan-an 阅读(1311) 评论(0) 推荐(0) 编辑
摘要: 首先,来看下MAVENx项目标准的目录结构: 一般情况下,我们用到的资源文件(各种xml,properites,xsd文件等)都放在src/main/resources下面,利用maven打包时,maven能把这些资源文件打包到相应的jar或者war里。 有时候,比如mybatis的mapper.x 阅读全文
posted @ 2017-06-14 15:49 ryan-an 阅读(2362) 评论(0) 推荐(0) 编辑