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
- 카프카
- emqx
- 웹개발
- java
- 스웨거
- 생성자 주입
- Spring Security
- Spring
- 남궁성과 끝까지 간다
- EC2
- 스파르타코딩클럽
- @jsonproperty
- DB
- visualvm
- JavaScript
- AWS
- WEB SOCKET
- JWT
- 쇼트유알엘
- 데이터베이스
- docker
- MYSQL
- 항해99
- Kafka
- 패스트캠퍼스
- 개인프로젝트
- CentOS
- 프로그래머스
- 스프링의 정석
- 시큐리티
Archives
- Today
- Total
목록415 (1)
Nellie's Blog
Illegal invocation 에러 (415에러)
homeController package com.example.first.controller; import com.example.first.dto.TestDto; import com.example.first.dto.UserDto; import com.example.first.dto.UserRequestDto; import com.example.first.service.UserService; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Controller; import org.springframework.util.MultiValueMap; import o..
Back-end/java
2023. 9. 12. 17:56