|
5 | 5 | <parent>
|
6 | 6 | <groupId>org.springframework.boot</groupId>
|
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId>
|
8 |
| - <!-- TODO 2.0.0.M3 --> |
9 | 8 | <version>2.0.2.RELEASE</version>
|
10 | 9 | <relativePath/>
|
11 | 10 | </parent>
|
|
17 | 16 |
|
18 | 17 | <properties>
|
19 | 18 | <java.version>1.8</java.version>
|
20 |
| - <!-- TODO Finchley.M2--> |
21 | 19 | <spring-cloud.version>Finchley.RELEASE</spring-cloud.version>
|
22 | 20 | </properties>
|
23 | 21 |
|
|
26 | 24 | <groupId>org.springframework.cloud</groupId>
|
27 | 25 | <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
28 | 26 | </dependency>
|
29 |
| - <!-- TODO 2.0.2.RELEASE需要引入--> |
30 | 27 | <dependency>
|
31 | 28 | <groupId>org.springframework.boot</groupId>
|
32 | 29 | <artifactId>spring-boot-starter-web</artifactId>
|
|
60 | 57 | </plugins>
|
61 | 58 | </build>
|
62 | 59 |
|
63 |
| - <!-- TODO repository--> |
64 |
| - <!--<repositories> |
65 |
| - <repository> |
66 |
| - <id>spring-snapshots</id> |
67 |
| - <name>Spring Snapshots</name> |
68 |
| - <url>https://repo.spring.io/snapshot</url> |
69 |
| - <snapshots> |
70 |
| - <enabled>true</enabled> |
71 |
| - </snapshots> |
72 |
| - </repository> |
73 |
| - <repository> |
74 |
| - <id>spring-milestones</id> |
75 |
| - <name>Spring Milestones</name> |
76 |
| - <url>https://repo.spring.io/milestone</url> |
77 |
| - <snapshots> |
78 |
| - <enabled>false</enabled> |
79 |
| - </snapshots> |
80 |
| - </repository> |
81 |
| - </repositories> |
82 |
| - <pluginRepositories> |
83 |
| - <pluginRepository> |
84 |
| - <id>spring-snapshots</id> |
85 |
| - <name>Spring Snapshots</name> |
86 |
| - <url>https://repo.spring.io/snapshot</url> |
87 |
| - <snapshots> |
88 |
| - <enabled>true</enabled> |
89 |
| - </snapshots> |
90 |
| - </pluginRepository> |
91 |
| - <pluginRepository> |
92 |
| - <id>spring-milestones</id> |
93 |
| - <name>Spring Milestones</name> |
94 |
| - <url>https://repo.spring.io/milestone</url> |
95 |
| - <snapshots> |
96 |
| - <enabled>false</enabled> |
97 |
| - </snapshots> |
98 |
| - </pluginRepository> |
99 |
| - </pluginRepositories>--> |
100 |
| - |
101 | 60 | </project>
|
0 commit comments