250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- RDS
- TypeScript
- javascript
- React
- AWS
- MUI
- macbook
- github
- springboot
- docker
- Jenkins
- ngrok
- js
- 500
- Java
- EC2
- nodejs
- error
- deploy
- linux
- python
- axios
- Spring
- Github Actions
- fastapi
- Troubleshooting
- webhook
- Express
- MongoDB
- AWS EC2
Archives
- Today
- Total
728x90
반응형
SMALL
목록Model (1)
BEAT A SHOTGUN
[TROUBLESHOOTING] argument type mismatch
MyBatis를 사용하며 DTO 를 한 대 모아 요청 형태와 반환 형태를 정의해주고 싶었다. public class testDTO { @Getter @Setter public class testReqDTO{ private Integer id; private String title; private String content; private Time time; } @Getter @Setter public class testRespDTO{ private String title; private String content = null; } } ERROR ❌ [ERROR] 2023-11-05 14:27:48.574 : o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service(..
TROUBLESHOOTING
2023. 11. 5. 14:55
728x90
반응형
LIST