_

pom新增外部依赖

航仔 1年前 ⋅ 1313 阅读

pom新增外部依赖

<!--外部依赖start-->
		<dependency>
			<!--groupId和artifactId不知道随便写-->
			<groupId>com.xxx</groupId>
			<artifactId>druid</artifactId>
			<!--依赖范围,必须system-->
			<scope>system</scope>
			<version>1.1.5</version>
			<!--依赖所在位置-->
			<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/druid-1.1.5.jar</systemPath>
		</dependency>

全部评论: 0

    我有话说: