摘要:
在pom.xml中可以设置packaging标签属性,其值有三种 jar war pom jar 默认设置,如果不设置该标签属性,则默认设置就是jar,内部调用或者是做服务使用。 war 当项目需要部署到容器中启动时,设置为war。 pom 使用maven分模块管理,都会有一个父级项目,父级项目的p 阅读全文
摘要:
方式一 在pom.xml文件中设置source和target属性,官方页面https://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html <project> [.. 阅读全文