使用Maven编译项目时遇到如下错误: 由提示可知是parent.relativePath出错。解决办法如下: 由<relativePath>../dfjr-generic-parent</relativePath>指定正确的父pom路径,默认为../pom.xml ...
分类:
其他好文 时间:
2017-11-14 11:27:13
阅读次数:
420
依赖:<dependencies>
<!--https://mvnrepository.com/artifact/org.apache.commons/commons-vfs2-->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
<version>2.2</version&g..
分类:
Web程序 时间:
2017-11-13 18:29:23
阅读次数:
607
Spring Cloud Eureka是Spring Cloud Netflix项目下的服务治理模块。而Spring Cloud Netflix项目是Spring Cloud的子项目之一,主要内容是对Netflix公司一系列开源产品的包装,它为Spring Boot应用提供了自配置的Netflix ... ...
分类:
编程语言 时间:
2017-11-13 11:36:28
阅读次数:
213
<dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.35</version> </dependency> <dependency> <groupId>mysq ...
分类:
数据库 时间:
2017-11-12 14:57:31
阅读次数:
238
<!-- https://mvnrepository.com/artifact/log4j/log4j --><dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version>< ...
分类:
其他好文 时间:
2017-11-12 14:56:25
阅读次数:
119
<!-- https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper --><dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelp ...
分类:
其他好文 时间:
2017-11-12 14:55:10
阅读次数:
132
<!-- https://mvnrepository.com/artifact/org.mybatis/mybatis --><dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3 ...
分类:
编程语言 时间:
2017-11-12 14:52:43
阅读次数:
158
<!-- https://mvnrepository.com/artifact/org.mybatis.generator/mybatis-generator-core --><dependency> <groupId>org.mybatis.generator</groupId> <artifac ...
分类:
其他好文 时间:
2017-11-12 14:51:15
阅读次数:
130
<!-- https://mvnrepository.com/artifact/c3p0/c3p0 --> <dependency> <groupId>c3p0</groupId> <artifactId>c3p0</artifactId> <version>0.9.1.2</version> </ ...
分类:
数据库 时间:
2017-11-12 14:50:07
阅读次数:
194
前面我们已完成了Maven安装与配置、Jdk安装与配置 接下来在Eclipse中实际创建Maven类型Project 一、Eclipse中”File“--》”new“ --》”Other … “--》”Mave“--》”Maven Project “ Group ID:包名 Artifact Id ...
分类:
系统相关 时间:
2017-11-09 19:34:17
阅读次数:
244