We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54ee46 commit 2218e36Copy full SHA for 2218e36
templates/spring-boot/src/main/java/com/example/DemoApplication.java
@@ -8,7 +8,7 @@
8
import org.springframework.boot.autoconfigure.SpringBootApplication;
9
import org.springframework.web.bind.annotation.*;
10
11
-import javax.servlet.http.HttpServletRequest;
+import jakarta.servlet.http.HttpServletRequest;
12
import java.io.*;
13
import java.nio.file.Files;
14
import java.nio.file.Path;
@@ -18,7 +18,6 @@
18
import java.time.LocalDateTime;
19
import java.time.format.DateTimeFormatter;
20
import java.util.*;
21
-import java.util.stream.Collectors;
22
23
@SpringBootApplication
24
@RestController
templates/spring-boot/target/classes/com/example/DemoApplication.class
7.65 KB
0 commit comments