File tree Expand file tree Collapse file tree 7 files changed +88
-57
lines changed
currency-conversion-service
currency-exchange-service
netflix-eureka-naming-server
netflix-zuul-api-gateway-server
spring-cloud-config-server Expand file tree Collapse file tree 7 files changed +88
-57
lines changed Original file line number Diff line number Diff line change 26
26
</properties >
27
27
28
28
<dependencies >
29
- <!--
30
- <dependency>
31
- <groupId>org.springframework.boot</groupId>
32
- <artifactId>spring-boot-starter-actuator</artifactId>
33
- </dependency>
34
- <dependency>
35
- <groupId>org.springframework.data</groupId>
36
- <artifactId>spring-data-rest-hal-browser</artifactId>
37
- </dependency>
38
- <dependency>
39
- <groupId>org.springframework.boot</groupId>
40
- <artifactId>spring-boot-devtools</artifactId>
41
- <scope>runtime</scope>
42
- </dependency>
43
- -->
44
29
<dependency >
45
30
<groupId >org.springframework.cloud</groupId >
46
31
<artifactId >spring-cloud-starter-config</artifactId >
86
71
<artifactId >spring-boot-starter-test</artifactId >
87
72
<scope >test</scope >
88
73
</dependency >
74
+ <dependency >
75
+ <groupId >org.springframework.boot</groupId >
76
+ <artifactId >spring-boot-devtools</artifactId >
77
+ <scope >runtime</scope >
78
+ </dependency >
79
+ <!--
80
+ <dependency>
81
+ <groupId>org.springframework.boot</groupId>
82
+ <artifactId>spring-boot-starter-actuator</artifactId>
83
+ </dependency>
84
+ <dependency>
85
+ <groupId>org.springframework.data</groupId>
86
+ <artifactId>spring-data-rest-hal-browser</artifactId>
87
+ </dependency>
88
+ -->
89
89
</dependencies >
90
90
91
91
<dependencyManagement >
Original file line number Diff line number Diff line change 26
26
</properties >
27
27
28
28
<dependencies >
29
- <!--
30
- <dependency>
31
- <groupId>org.springframework.boot</groupId>
32
- <artifactId>spring-boot-starter-actuator</artifactId>
33
- </dependency>
34
- <dependency>
35
- <groupId>org.springframework.data</groupId>
36
- <artifactId>spring-data-rest-hal-browser</artifactId>
37
- </dependency>
38
- <dependency>
39
- <groupId>org.springframework.boot</groupId>
40
- <artifactId>spring-boot-devtools</artifactId>
41
- <scope>runtime</scope>
42
- </dependency>
43
- -->
44
29
<dependency >
45
30
<groupId >org.springframework.boot</groupId >
46
31
<artifactId >spring-boot-starter-web</artifactId >
83
68
<artifactId >spring-boot-starter-test</artifactId >
84
69
<scope >test</scope >
85
70
</dependency >
71
+
72
+ <dependency >
73
+ <groupId >org.springframework.boot</groupId >
74
+ <artifactId >spring-boot-devtools</artifactId >
75
+ <scope >runtime</scope >
76
+ </dependency >
77
+
78
+ <!--
79
+ <dependency>
80
+ <groupId>org.springframework.boot</groupId>
81
+ <artifactId>spring-boot-starter-actuator</artifactId>
82
+ </dependency>
83
+ <dependency>
84
+ <groupId>org.springframework.data</groupId>
85
+ <artifactId>spring-data-rest-hal-browser</artifactId>
86
+ </dependency>
87
+ -->
86
88
</dependencies >
87
89
88
90
<dependencyManagement >
Original file line number Diff line number Diff line change 26
26
</properties >
27
27
28
28
<dependencies >
29
- <!--
30
- <dependency>
31
- <groupId>org.springframework.boot</groupId>
32
- <artifactId>spring-boot-starter-actuator</artifactId>
33
- </dependency>
34
- <dependency>
35
- <groupId>org.springframework.boot</groupId>
36
- <artifactId>spring-boot-devtools</artifactId>
37
- <scope>runtime</scope>
38
- </dependency>
39
- -->
40
29
<dependency >
41
30
<groupId >org.springframework.boot</groupId >
42
31
<artifactId >spring-boot-starter-web</artifactId >
43
32
</dependency >
33
+
44
34
<dependency >
45
35
<groupId >org.springframework.cloud</groupId >
46
36
<artifactId >spring-cloud-starter-config</artifactId >
47
37
</dependency >
38
+
39
+ <dependency >
40
+ <groupId >org.springframework.cloud</groupId >
41
+ <artifactId >spring-cloud-starter-bus-amqp</artifactId >
42
+ </dependency >
43
+
48
44
<dependency >
49
45
<groupId >org.springframework.boot</groupId >
50
46
<artifactId >spring-boot-starter-test</artifactId >
51
47
<scope >test</scope >
52
48
</dependency >
49
+ <dependency >
50
+ <groupId >org.springframework.boot</groupId >
51
+ <artifactId >spring-boot-devtools</artifactId >
52
+ <scope >runtime</scope >
53
+ </dependency >
54
+ <dependency >
55
+ <groupId >org.springframework.boot</groupId >
56
+ <artifactId >spring-boot-starter-actuator</artifactId >
57
+ </dependency >
53
58
</dependencies >
54
59
55
60
<dependencyManagement >
Original file line number Diff line number Diff line change 1
1
spring.application.name =limits-service
2
2
spring.cloud.config.uri =http://localhost:8888
3
- spring.profiles.active =dev
3
+ spring.profiles.active =dev
4
+ management.endpoints.web.exposure.include =*
Original file line number Diff line number Diff line change 26
26
</properties >
27
27
28
28
<dependencies >
29
- <!--
30
- <dependency>
31
- <groupId>org.springframework.boot</groupId>
32
- <artifactId>spring-boot-starter-actuator</artifactId>
33
- </dependency>
34
- <dependency>
35
- <groupId>org.springframework.boot</groupId>
36
- <artifactId>spring-boot-devtools</artifactId>
37
- <scope>runtime</scope>
38
- </dependency>
39
- -->
40
29
<dependency >
41
30
<groupId >org.springframework.cloud</groupId >
42
31
<artifactId >spring-cloud-starter-config</artifactId >
50
39
<artifactId >spring-boot-starter-test</artifactId >
51
40
<scope >test</scope >
52
41
</dependency >
42
+ <dependency >
43
+ <groupId >org.springframework.boot</groupId >
44
+ <artifactId >spring-boot-devtools</artifactId >
45
+ <scope >runtime</scope >
46
+ </dependency >
47
+ <!--
48
+ <dependency>
49
+ <groupId>org.springframework.boot</groupId>
50
+ <artifactId>spring-boot-starter-actuator</artifactId>
51
+ </dependency>
52
+ -->
53
53
</dependencies >
54
54
55
55
<dependencyManagement >
Original file line number Diff line number Diff line change 57
57
<artifactId >spring-boot-starter-test</artifactId >
58
58
<scope >test</scope >
59
59
</dependency >
60
+
61
+ <dependency >
62
+ <groupId >org.springframework.boot</groupId >
63
+ <artifactId >spring-boot-devtools</artifactId >
64
+ <scope >runtime</scope >
65
+ </dependency >
66
+ <!--
67
+ <dependency>
68
+ <groupId>org.springframework.boot</groupId>
69
+ <artifactId>spring-boot-starter-actuator</artifactId>
70
+ </dependency>
71
+ -->
60
72
</dependencies >
61
73
62
74
<dependencyManagement >
Original file line number Diff line number Diff line change 30
30
<groupId >org.springframework.cloud</groupId >
31
31
<artifactId >spring-cloud-config-server</artifactId >
32
32
</dependency >
33
- <!--
33
+
34
+ <dependency >
35
+ <groupId >org.springframework.cloud</groupId >
36
+ <artifactId >spring-cloud-starter-bus-amqp</artifactId >
37
+ </dependency >
38
+
39
+ <dependency >
40
+ <groupId >org.springframework.boot</groupId >
41
+ <artifactId >spring-boot-starter-test</artifactId >
42
+ <scope >test</scope >
43
+ </dependency >
44
+
34
45
<dependency >
35
46
<groupId >org.springframework.boot</groupId >
36
47
<artifactId >spring-boot-devtools</artifactId >
37
48
<scope >runtime</scope >
38
49
</dependency >
39
- -->
50
+ <!--
40
51
<dependency>
41
52
<groupId>org.springframework.boot</groupId>
42
- <artifactId >spring-boot-starter-test</artifactId >
43
- <scope >test</scope >
53
+ <artifactId>spring-boot-starter-actuator</artifactId>
44
54
</dependency>
55
+ -->
45
56
</dependencies >
46
57
47
58
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments