在eclipse裏用maven打可運行jar包

1.在pom.xml裏面添加配置項 <build> <plugins>  <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration>  <source>1.6</source>  <target>1.6</target>  <encoding>UTF-8</encoding> </configuration>  <
相關文章
相關標籤/搜索