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 |
Tags
- 반응형 웹
- async
- BOJ
- java
- vue.js
- Spring Security
- 백준 18877번
- await
- BOJ Social Distancing II
- 백준
- 일해라 개발자
- 백준 Social Distancing II
- 18877번
- BOJ Social Distancing
- Catholic univ Computer Programming Contest
- Social Distancing II
- JavaScript
- 텐서플로맛
- spring boot
- CCPC
- VUE
- BOJ 18877
- 베리어블 폰트
- CSS
- 18881번
- BOJ 18881
- 18877번 Social Distancing
- 백준 BOJ
- 모바일 버전만들기
- social distancing
Archives
- Today
- Total
목록ResponseEntity (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