maven依賴非maven庫中jar的方法

直接上代碼 pom.xml中:紅色字體內容是重點,這樣在使用maven編譯打包時就會引用這裏的依賴了,不會導致編譯失敗了。 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.2</version> <configuration>
相關文章
相關標籤/搜索