Intellij 2018 更多详细内容见尚硅谷阳哥视频,实际项目中更多的是copy,修改pom
Intelij IDEA 隐藏 .idea
设置字体
启用注解支持
编译使用 java 8
<!-- 统一管理 jar 包版本 --> <properties> </properties> <!--子模块继承之后,锁定版本+子模块不用写 groupid 和 version --> <dependencyManagement> <dependencies> </dependencies> </dependencyManagement>