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 |
Tags
- axios
- Spring
- webhook
- Github Actions
- docker
- Jenkins
- Troubleshooting
- springboot
- error
- deploy
- Java
- linux
- MUI
- MongoDB
- React
- TypeScript
- AWS EC2
- macbook
- github
- Express
- AWS
- js
- javascript
- nodejs
- EC2
- python
- fastapi
- ngrok
- 500
- RDS
Archives
- Today
- Total
728x90
반응형
SMALL
목록batis (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