Blame view

cloud/server1/pom.xml 870 Bytes
a94761b5   陶汉栋   no message
1
2
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7d998aa6   陶汉栋   Merge branch 'mas...
3
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
a94761b5   陶汉栋   no message
4
5
    <modelVersion>4.0.0</modelVersion>
    <parent>
f07769a9   陈杰   代码整理
6
7
8
        <groupId>com.sincere</groupId>
        <artifactId>cloud</artifactId>
        <version>1.0.0</version>
a94761b5   陶汉栋   no message
9
    </parent>
7d998aa6   陶汉栋   Merge branch 'mas...
10
    <groupId>com.sincere</groupId>
a94761b5   陶汉栋   no message
11
    <artifactId>server1</artifactId>
7d998aa6   陶汉栋   Merge branch 'mas...
12
    <version>0.0.1-SNAPSHOT</version>
a94761b5   陶汉栋   no message
13
14
15
    <name>server1</name>
    <description>Demo project for Spring Boot</description>

6f262f5b   陶汉栋   网关服务优化
16
    <build>
6f262f5b   陶汉栋   网关服务优化
17
18
19
20
21
22
23
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
a94761b5   陶汉栋   no message
24
25

</project>
300963ec   陶汉栋   打包build添加

a94761b5   陶汉栋   no message