Skip to content

Commit

Permalink
Fix compilation - execution still fails
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Jan 1, 2025
1 parent 7039987 commit 29aa41e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion quickstart/testapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,17 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<!-- Apache HTTP Client -->
<dependency>
Expand Down Expand Up @@ -80,4 +83,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.util.TreeMap;
import java.util.TreeSet;

import jakarta.annotation.PostConstruct;
import javax.annotation.PostConstruct;

import org.springframework.ui.Model;
import org.springframework.util.CollectionUtils;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

import com.fasterxml.jackson.databind.ObjectMapper;

import java.util.Objects;

/**
* @author koo.taejin
*/
Expand Down

0 comments on commit 29aa41e

Please # to comment.