JAVA-32062 Upgrade spring-ressttemplate-1 to spring boot 3 (#16164)

This commit is contained in:
sam-gardner
2024-03-21 19:53:37 +00:00
committed by GitHub
parent 317496fa87
commit 53b3bca14d
4 changed files with 14 additions and 10 deletions
@@ -10,9 +10,9 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<artifactId>parent-boot-3</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
<relativePath>../../parent-boot-3</relativePath>
</parent>
<dependencies>
@@ -27,4 +27,8 @@
</dependency>
</dependencies>
<properties>
<start-class>com.baeldung.resttemplate.RestTemplateApplication</start-class>
</properties>
</project>