Преглед изворни кода

代码架构更新,POM文件更新

hill9868 пре 6 година
родитељ
комит
c7cd55769d
1 измењених фајлова са 8 додато и 0 уклоњено
  1. 8 0
      pom.xml

+ 8 - 0
pom.xml

@ -28,4 +28,12 @@
            <artifactId>spring-cloud-starter-eureka-server</artifactId>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
</project>