
maven
rznice
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
maven 本地仓库
由于Manven没有提供Oracle的ojdbc驱动,只能自己下载下来,通过mvn install安装到本地仓库,再引入到项目中去。去Oracle的官网下载合适的ojdbc驱动,官网地址为:http://www.oracle.com/technetwork/database/application-development/jdbc/downloads/index.html或者http://ww...原创 2018-09-04 15:56:50 · 341 阅读 · 0 评论 -
maven的pom.xml文件详解
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0...原创 2019-02-03 17:14:53 · 264 阅读 · 0 评论 -
用Maven构建带有依赖的jar包
第一步在项目的pom.xml文件中修改默认的jar插件<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin&...原创 2019-02-03 17:28:03 · 1578 阅读 · 0 评论