2018年12月10日

Spring boot 官网学习笔记 - Using Spring Boot without the Parent POM,但是还要使用Parent POM提供的便利

摘要: If you do not want to use the spring-boot-starter-parent, you can still keep the benefit of the dependency management (but not the plugin management) by using a scope=import dependency, as follows: ... 阅读全文

posted @ 2018-12-10 22:16 手握太阳 阅读(534) 评论(0) 推荐(0) 编辑

Maven 梳理 - Maven中的dependencyManagement 意义

摘要: 1.在Maven中dependencyManagement的作用其实相当于一个对所依赖jar包进行版本管理的管理器。 2.pom.xml文件中,jar的版本判断的两种途径 1:如果dependencies里的dependency自己没有声明version元素,那么maven就 会倒dependenc 阅读全文

posted @ 2018-12-10 21:58 手握太阳 阅读(336) 评论(0) 推荐(0) 编辑

Spring boot 官网学习笔记 - 开发第一个Spring boot web应用程序(使用mvn执行、使用jar执行)

摘要: 关于spring-boot-starter-parent:You should need to specify only the Spring Boot version number on this dependency. If you import additional starters, you 阅读全文

posted @ 2018-12-10 21:29 手握太阳 阅读(283) 评论(0) 推荐(0) 编辑

导航