File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
mse-simple-demo/SpringCloudGateway Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3232 <artifactId >spring-boot-starter-thymeleaf</artifactId >
3333 </dependency >
3434
35+ <dependency >
36+ <groupId >org.springframework.boot</groupId >
37+ <artifactId >spring-boot-starter-actuator</artifactId >
38+ </dependency >
3539 <dependency >
3640 <groupId >io.micrometer</groupId >
3741 <artifactId >micrometer-registry-prometheus</artifactId >
38- <version >1.5.1 </version >
42+ <version >1.1.0 </version >
3943 </dependency >
4044
4145 <dependency >
Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ spring.thymeleaf.suffix=.html
3535spring.thymeleaf.cache =false
3636
3737management.endpoints.web.exposure.include =prometheus
38- management.metrics.tags.application =spring-cloud-a
38+ management.metrics.tags.application =spring-cloud-gateway
You can’t perform that action at this time.
0 commit comments