File tree 2 files changed +13
-2
lines changed
src/main/resources/static
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.7.7 </version >
8
+ <version >3.1.5 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >com.tutorialworks.demos</groupId >
15
15
<description >Spring Boot with Metrics Demo</description >
16
16
17
17
<properties >
18
- <java .version>11 </java .version>
18
+ <java .version>17 </java .version>
19
19
</properties >
20
20
21
21
<dependencies >
Original file line number Diff line number Diff line change
1
+ < html >
2
+ < head >
3
+ < title > Spring Boot Micrometer example</ title >
4
+ </ head >
5
+
6
+ < body >
7
+ < p > < a href ="/greeting "> Get a greeting</ a > </ p >
8
+
9
+ < p > < a href ="/actuator/prometheus "> View Prometheus metrics endpoint</ a > </ p >
10
+ </ body >
11
+ </ html >
You can’t perform that action at this time.
0 commit comments