Explorar o código

5.2.5版本更新

mingsoft %!s(int64=3) %!d(string=hai) anos
pai
achega
7d251dc27c
Modificáronse 2 ficheiros con 4 adicións e 3 borrados
  1. 1 0
      .gitignore
  2. 3 3
      pom.xml

+ 1 - 0
.gitignore

@@ -1,3 +1,4 @@
+/.idea
 /target/
 .classpath
 /.settings

+ 3 - 3
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">
     <parent>
-        <groupId>org.springframework.boot</groupId>
-        <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.3.12.RELEASE</version>
+        <groupId>net.mingsoft</groupId>
+        <artifactId>ms-pom</artifactId>
+        <version>2.1.10</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>net.mingsoft</groupId>