升级spring-boot 版本为 2.0.2.RELEASE
parent
3903eb91fe
commit
33bb73fba6
|
@ -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>
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue