From 7d251dc27c400019d96902e31e3eebd23fec5a2d Mon Sep 17 00:00:00 2001 From: mingsoft Date: Tue, 28 Dec 2021 22:21:41 +0800 Subject: [PATCH] =?UTF-8?q?5.2.5=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 92fe4c90..9d13b190 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/.idea /target/ .classpath /.settings diff --git a/pom.xml b/pom.xml index 02fb8767..b8c3837d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,9 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - org.springframework.boot - spring-boot-starter-parent - 2.3.12.RELEASE + net.mingsoft + ms-pom + 2.1.10 4.0.0 net.mingsoft