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
- 베리어블 폰트
- async
- 백준 BOJ
- spring boot
- 일해라 개발자
- BOJ 18877
- 18877번 Social Distancing
- 텐서플로맛
- CSS
- 모바일 버전만들기
- 백준 18877번
- CCPC
- JavaScript
- VUE
- 18877번
- await
- 반응형 웹
- java
- Catholic univ Computer Programming Contest
- 백준 Social Distancing II
- BOJ Social Distancing II
- social distancing
- Social Distancing II
- vue.js
- 18881번
- 백준
- BOJ
- BOJ 18881
- BOJ Social Distancing
- Spring Security
Archives
- Today
- Total
목록jwt (1)
나아가는 길에 발자국을 찍어보자
JwtAuthenticationResponse 와 ResponseEntity
@PostMapping("/login") public ResponseEntity authenticateUser(@Valid @RequestBody LoginDto loginDto) { System.out.println("받아온 아디랑 비밀번호 : "+loginDto.getUserId() + loginDto.getPassword() ); return ResponseEntity.ok(this.userRegisterService.login(loginDto.getUserId(), loginDto.getPassword())); } 요 소스 코드를 보고 잘 모르겠는 JwtAuthenticationResponse와 ResponseEntity를 정리해 봤다. 1.JwtAuthenticationResponse JWT(J..
Spring && Spring boot
2020. 7. 21. 10:39