Browse Source

升级spring boot版本

heavyrain2012 5 years ago
parent
commit
d4c7c697d0
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      pom.xml

+ 1 - 0
.gitignore

@@ -1 +1,2 @@
 target
+.idea

+ 1 - 1
pom.xml

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