Browse Source

升级spring-boot 版本为 2.0.2.RELEASE

pull/2/MERGE
sz_ids 6 years ago
parent
commit
33bb73fba6
  1. 2
      README.md
  2. 2
      others/how_to_use.txt
  3. 2
      pom.xml

2
README.md

@ -15,7 +15,7 @@ Base on Spring-Boot
<ol>
<li>JDK (1.8.0_40)</li>
<li>Servlet (3.1.0)</li>
<li>Spring Boot(2.0.1.RELEASE)</li>
<li>Spring Boot(2.0.2.RELEASE)</li>
</ol>
<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>

2
others/how_to_use.txt

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

2
pom.xml

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

Loading…
Cancel
Save