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
- 시큐리티
- java
- JWT
- DB
- CentOS
- @jsonproperty
- 웹개발
- 프로그래머스
- 생성자 주입
- 항해99
- 스파르타코딩클럽
- 패스트캠퍼스
- EC2
- emqx
- JavaScript
- Spring Security
- AWS
- visualvm
- 쇼트유알엘
- WEB SOCKET
- docker
- 데이터베이스
- Spring
- 스웨거
- 개인프로젝트
- Kafka
- 남궁성과 끝까지 간다
- 스프링의 정석
- MYSQL
- 카프카
Archives
- Today
- Total
목록Illegal invocation (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