일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 데이터베이스
- github
- 자바프로그래밍
- 리눅스
- 스프링 기초
- 초보코딩탈출
- 프로그래밍기초
- Java
- JShell
- 초보코딩
- spring
- eclips
- 코딩초보
- 자바
- 프로그래밍언어
- 컴퓨터과학개론
- 자바기초
- 배열
- Git
- 스프링
- 제이쉘
- Elk
- JAVA기초
- 알고리즘
- 이클립스
- 프로그래밍
- 자바 스프링
- 기초코딩
- 메소드
- 클래스
- Today
- Total
목록백엔드 개발 (2)
키보드워리어
안녕하세요 【키보드 워리어】 블로그 방문자 여러분, 안경닦이입니다. 오늘은 카카오 로그인을 구현해 보는 시간을 가져보려고 합니다. 맨 처음 할 일은 kakao login 서비스를 구현하기 위해서는 프로젝트를 생성해주어야 해요. Login프로젝트를 만들고 pom.xml로 dependcy로 아래와 같이 주입해 주었습니다. org.springframework.boot spring-boot-starter-thymeleaf org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-test test com.google.code.gson gson 카카오 developers 기본 세팅 그리고 kakao dev..
안녕하세요! 오늘 시간에는 아주 간단한 Spring framework를 활용한 Seucurity 추가설정하는 법에 대해 배워볼 거예요. Security Spring Security는 인증 및 권한 부여 기능을 제공하는 Spring Framework의 모듈입니다. https://en.wikipedia.org/wiki/Spring_Security Spring Security - Wikipedia From Wikipedia, the free encyclopedia Spring Security is a Java/Java EE framework that provides authentication, authorization and other security features for enterprise applicat..