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