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
- python3
- 웹
- 자료구조
- mysql
- bytecode
- node.js
- 장고
- 개발
- 안드로이드
- db
- java
- Python
- ORM
- django
- 파이썬
- 디자인 패턴
- JPA
- rabbitmq
- 스프링 부트
- Spring
- BCI
- 파이썬3
- 스프링
- HTTP
- 보안
- 웹 개발
- 스프링부트
- Spring Boot
- 데이터베이스
- 자바
Archives
- Today
- Total
목록스프링 mvc (1)
semtax의 개발 일지
스프링부트로 게시판 만들기 8 : 권한 체크
개요 이번 포스팅에서는, 지난 시간에 구현한 내용들을 기반으로 글을 쓴 사용자/댓글을 단 사용자만 글을 수정, 삭제 할 수 있게 하는 기능을 구현해보도록 하겠다. Authorization? 먼저 기능 구현에 앞서서, Authorization이 무엇인지 알아보도록 해보자. 역시나, 위키피디아의 정의를 찾아보면 아래와 같다. Authorization is the function of specifying access rights/privileges to resources, which is related to information security and computer security in general and to access control in particular.[1] More f..
개발/Java
2020. 5. 1. 17:31