|
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 |
|
6 | | - <groupId>com.coderqian</groupId> |
7 | 6 | <artifactId>api-gateway</artifactId> |
8 | 7 | <version>0.0.1-SNAPSHOT</version> |
9 | 8 | <packaging>jar</packaging> |
|
12 | 11 | <description>Demo project for Spring Boot</description> |
13 | 12 |
|
14 | 13 | <parent> |
15 | | - <groupId>org.springframework.boot</groupId> |
16 | | - <artifactId>spring-boot-starter-parent</artifactId> |
17 | | - <version>1.5.9.RELEASE</version> |
18 | | - <relativePath/> <!-- lookup parent from repository --> |
| 14 | + <groupId>com.coderqian</groupId> |
| 15 | + <artifactId>spring-cloud-cli</artifactId> |
| 16 | + <version>1.0-SNAPSHOT</version> |
19 | 17 | </parent> |
20 | 18 |
|
21 | | - <properties> |
22 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
23 | | - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
24 | | - <java.version>1.8</java.version> |
25 | | - <spring-cloud.version>Dalston.RELEASE</spring-cloud.version> |
26 | | - </properties> |
27 | | - |
28 | 19 | <dependencies> |
29 | | - <dependency> |
30 | | - <groupId>org.springframework.boot</groupId> |
31 | | - <artifactId>spring-boot-starter</artifactId> |
32 | | - </dependency> |
33 | | - |
34 | | - <dependency> |
35 | | - <groupId>org.springframework.boot</groupId> |
36 | | - <artifactId>spring-boot-starter-test</artifactId> |
37 | | - <scope>test</scope> |
38 | | - </dependency> |
39 | | - |
40 | 20 | <dependency> |
41 | 21 | <groupId>org.springframework.cloud</groupId> |
42 | 22 | <artifactId>spring-cloud-starter-zuul</artifactId> |
|
51 | 31 | <!--<groupId>org.springframework.cloud</groupId>--> |
52 | 32 | <!--<artifactId>spring-cloud-starter-ribbon</artifactId>--> |
53 | 33 | <!--</dependency>--> |
54 | | - |
55 | 34 | </dependencies> |
56 | 35 |
|
57 | | - <dependencyManagement> |
58 | | - <dependencies> |
59 | | - <dependency> |
60 | | - <groupId>org.springframework.cloud</groupId> |
61 | | - <artifactId>spring-cloud-dependencies</artifactId> |
62 | | - <version>${spring-cloud.version}</version> |
63 | | - <type>pom</type> |
64 | | - <scope>import</scope> |
65 | | - </dependency> |
66 | | - </dependencies> |
67 | | - </dependencyManagement> |
68 | | - |
69 | | - <build> |
70 | | - <plugins> |
71 | | - <plugin> |
72 | | - <groupId>org.springframework.boot</groupId> |
73 | | - <artifactId>spring-boot-maven-plugin</artifactId> |
74 | | - </plugin> |
75 | | - </plugins> |
76 | | - </build> |
77 | | - |
78 | | - |
79 | 36 | </project> |
0 commit comments