浏览代码

升级spring boot版本

heavyrain2012 5 年之前
父节点
当前提交
d4c7c697d0
共有 2 个文件被更改,包括 2 次插入1 次删除
  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>