Compare commits
4 Commits
bafc4e4f7b
...
ea830f27d4
| Author | SHA1 | Date |
|---|---|---|
|
|
ea830f27d4 | |
|
|
ffce2af11e | |
|
|
aeb698985b | |
|
|
245e0b76f9 |
|
|
@ -2,7 +2,7 @@ package ${packageName}.controller;
|
|||
|
||||
import java.util.List;
|
||||
import java.io.IOException;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
import jakarta.servlet.http.HttpServletResponse;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
|
|
|
|||
Loading…
Reference in New Issue