升级spring-boot 版本为 2.0.2.RELEASE

pull/2/MERGE
sz_ids 2018-10-14 21:50:23 +08:00
parent 3903eb91fe
commit 33bb73fba6
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ Base on Spring-Boot
<ol> <ol>
<li>JDK (1.8.0_40)</li> <li>JDK (1.8.0_40)</li>
<li>Servlet (3.1.0)</li> <li>Servlet (3.1.0)</li>
<li>Spring Boot(2.0.1.RELEASE)</li> <li>Spring Boot(2.0.2.RELEASE)</li>
</ol> </ol>
<h4>技术视频</h4> <h4>技术视频</h4>
<a href="http://list.youku.com/albumlist/show/id_51900110.html" target="_blank">http://list.youku.com/albumlist/show/id_51900110.html</a> <a href="http://list.youku.com/albumlist/show/id_51900110.html" target="_blank">http://list.youku.com/albumlist/show/id_51900110.html</a>

View File

@ -1,7 +1,7 @@
使用的主要技术与版本号 使用的主要技术与版本号
*Spring-Boot (2.0.1.RELEASE) *Spring-Boot (2.0.2.RELEASE)
*spring-security-oauth2 (2.3.0.RELEASE) *spring-security-oauth2 (2.3.0.RELEASE)

View File

@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.1.RELEASE</version> <version>2.0.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>