Skip to content

Commit c9e6fe7

Browse files
authored
Merge pull request #2 from tutorialworks/renovate/major-spring-boot
Update dependency org.springframework.boot:spring-boot-starter-parent to v3
2 parents 004ab04 + 467815d commit c9e6fe7

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.7.7</version>
8+
<version>3.1.5</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.tutorialworks.demos</groupId>
@@ -15,7 +15,7 @@
1515
<description>Spring Boot with Metrics Demo</description>
1616

1717
<properties>
18-
<java.version>11</java.version>
18+
<java.version>17</java.version>
1919
</properties>
2020

2121
<dependencies>

src/main/resources/static/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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>

0 commit comments

Comments
 (0)