Blame view

cloud/pom.xml 2.72 KB
a94761b5   陶汉栋   no message
1
2
3
4
<?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"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
5efb4092   陈杰   微耕服务 嵌入分布式
5
    <packaging>pom</packaging>
a94761b5   陶汉栋   no message
6
7
8
9
    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.1.6.RELEASE</version>
a94761b5   陶汉栋   no message
10
    </parent>
f07769a9   陈杰   代码整理
11
    <groupId>com.sincere</groupId>
a94761b5   陶汉栋   no message
12
13
14
15
16
    <artifactId>cloud</artifactId>
    <version>1.0.0</version>
    <name>cloud</name>
    <description>Demo project for Spring Boot</description>

6f262f5b   陶汉栋   网关服务优化
17
18
19
20
21
22
23
24
25
26
    <modules>
        <module>server1</module>
        <module>server2</module>
        <module>autho</module>
        <module>common</module>
        <module>geteway</module>
        <module>haikang</module>
        <module>dahua</module>
        <module>consumer</module>
        <module>haikangface</module>
f07769a9   陈杰   代码整理
27
        <module>search_independence</module>
0d02a0e3   徐泉   修改提交
28
29
        <module>search_smartCampus</module>
        <module>search_xiaoan</module>
8b94a56a   徐泉   修改提交
30
        <module>mypulsar</module>
820f688d   陈杰   网关
31
        <module>independence</module>
8b94a56a   徐泉   修改提交
32
33
    </modules>

0d02a0e3   徐泉   修改提交
34
    <properties>
8b94a56a   徐泉   修改提交
35
36
37
38
39
40
        <java.version>1.8</java.version>
        <spring-cloud.version>Greenwich.SR1</spring-cloud.version>
    </properties>

    <dependencies>
        <dependency>
c28016fb   徐泉   代码修改提交
41
            <groupId>org.springframework.cloud</groupId>
8b94a56a   徐泉   修改提交
42
43
44
45
            <artifactId>spring-cloud-starter-netflix-eureka-server</artifactId>
        </dependency>

        <dependency>
0d02a0e3   徐泉   修改提交
46
            <groupId>org.springframework.boot</groupId>
8b94a56a   徐泉   修改提交
47
            <artifactId>spring-boot-starter-test</artifactId>
f07769a9   陈杰   代码整理
48
49
            <scope>test</scope>
        </dependency>
a94761b5   陶汉栋   no message
50
51

        <dependency>
6f262f5b   陶汉栋   网关服务优化
52
53
54
55
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-actuator</artifactId>
        </dependency>

a94761b5   陶汉栋   no message
56
        <dependency>
0d72f97b   徐泉   修改提交
57
58
59
60
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-configuration-processor</artifactId>
            <!--<version>2.1.3.RELEASE</version>-->
        </dependency>
6f262f5b   陶汉栋   网关服务优化
61
        <dependency>
a94761b5   陶汉栋   no message
62
63
            <groupId>com.alibaba</groupId>
            <artifactId>fastjson</artifactId>
6f262f5b   陶汉栋   网关服务优化
64
            <version>1.2.58</version>
a94761b5   陶汉栋   no message
65
            <scope>compile</scope>
f07769a9   陈杰   代码整理
66
        </dependency>
6f262f5b   陶汉栋   网关服务优化
67
68
69
70
71
72
73
74
75
76

    </dependencies>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.springframework.cloud</groupId>
                <artifactId>spring-cloud-dependencies</artifactId>
                <version>${spring-cloud.version}</version>
                <type>pom</type>
6f262f5b   陶汉栋   网关服务优化
77
78
79
80
81
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>
</project>
f07769a9   陈杰   代码整理

dc4df863   陶汉栋   优化定时服务和片网络图片映射

a94761b5   陶汉栋   no message

6f262f5b   陶汉栋   网关服务优化

a94761b5   陶汉栋   no message

6f262f5b   陶汉栋   网关服务优化

a94761b5   陶汉栋   no message

5a926884   陶汉栋   网关中添加处理上下游服务重复添加跨域问题

300963ec   陶汉栋   打包build添加

5a926884   陶汉栋   网关中添加处理上下游服务重复添加跨域问题

dc4df863   陶汉栋   优化定时服务和片网络图片映射

e92e5a92   陶汉栋   增加网关负载

a94761b5   陶汉栋   no message