文章目录
国庆期间有粉丝问我有没有Java大数据的学习笔记,我当时推荐了给他我的博客, 但还有一个板块缺失:Maven,今天有时间终于整理出来这篇Maven仓库的学习笔记!
D:\Java\maven\yycg_repository
%MAVEN_HOME%/conf/settings.xml
File/Settings/Maven...
<dependency>
<groupId>com.alibabagroupId>
<artifactId>druid-spring-boot-starterartifactId>
<version>1.1.10version>
<scope>compilescope>
<exclusions>
<exclusion>
<groupId>com.alibabagroupId>
<artifactId>druidartifactId>
exclusion>
exclusions>
dependency>
<dependency>
<groupId>com.alibabagroupId>
<artifactId>druidartifactId>
<version>1.2.8version>
dependency>
分层
进行拆分。 模块
进行拆分。 继承与模块
对拆分进行支持模块
。继承
体现父子关系。总结:
父项目
安装到maven私有仓库中博客主页:https://manor.blog.csdn.net 本文由 manor 原创,首发于 CSDN博客