File tree Expand file tree Collapse file tree 8 files changed +16
-36
lines changed
microservice-spring-cloud
eureka-server/src/main/resources
user-consumer-ribbon/src/main/java/biezhi Expand file tree Collapse file tree 8 files changed +16
-36
lines changed Original file line number Diff line number Diff line change 9
9
register-with-eureka : false
10
10
fetch-registry : false
11
11
serviceUrl :
12
- defaultZone : http://${eureka.instance.hostname}:${server.port}/eureka
12
+ defaultZone : http://${security.user.name}:${security.user.password}@${ eureka.instance.hostname}:${server.port}/eureka
13
13
healthcheck :
14
14
enabled : true
15
15
Original file line number Diff line number Diff line change 12
12
<packaging >pom</packaging >
13
13
14
14
<modules >
15
- <module >user-service</module >
15
+ <module >user-service-eureka </module >
16
16
<module >user-consumer</module >
17
17
<module >user-api</module >
18
18
<module >eureka-server</module >
22
22
<module >user-consumer-consul</module >
23
23
</modules >
24
24
25
- <repositories >
26
- <repository >
27
- <id >spring-milestones</id >
28
- <name >Spring Milestones</name >
29
- <url >https://repo.spring.io/libs-milestone</url >
30
- <snapshots >
31
- <enabled >false</enabled >
32
- </snapshots >
33
- </repository >
34
- </repositories >
35
-
36
25
<dependencyManagement >
37
26
<dependencies >
38
27
<dependency >
39
28
<groupId >org.springframework.cloud</groupId >
40
29
<artifactId >spring-cloud-dependencies</artifactId >
41
- <version >Camden.SR6 </version >
30
+ <version >Dalston.RC1 </version >
42
31
<type >pom</type >
43
32
<scope >import</scope >
44
33
</dependency >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
- <artifactId >user-service</artifactId >
12
+ <artifactId >user-service-eureka </artifactId >
13
13
14
14
<dependencies >
15
15
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >1.4.5 .RELEASE</version >
15
+ <version >1.5.2 .RELEASE</version >
16
16
<relativePath /> <!-- lookup parent from repository -->
17
17
</parent >
18
18
63
63
</dependency >
64
64
</dependencies >
65
65
66
+ <repositories >
67
+ <repository >
68
+ <id >spring-milestones</id >
69
+ <name >Spring Milestones</name >
70
+ <url >https://repo.spring.io/milestone</url >
71
+ <snapshots >
72
+ <enabled >false</enabled >
73
+ </snapshots >
74
+ </repository >
75
+ </repositories >
76
+
66
77
<build >
67
78
<plugins >
68
79
<plugin >
You can’t perform that action at this time.
0 commit comments