전체글 (354) 썸네일형 리스트형 oauth2, code, acess token oauth 생태계 용어 Resource owner client Resource Server Resource Server의 데이터를 쓰기위해서 client를 Resource Server에 등록합니다. client는 Resource Server로 부터 client ID, client secret을 발급 받는다. 그러면 client는 id, secret 정보를 잘 저장해둔다. 특히 둘 중에 secret 정보은 절대 노출 되면 안됨. 만약 노출되면 내 서비스는 끝나는 거임. 이제 시작 Resource Server에게 client(내 서비스)가 부탁을 해야한다. '내가 어떠 어떠한 정보를 사용하겠다고 허락받아주세요' 라고 부탁해야 한다. 그러면 Resource owner 바로 Resource Server에게 자동.. 금방 push한 commit 취소 git log git reset HEAD^ 최근에 한 commit하고 add를 날려준다. git log git commit -m "...." gti add . git commt -m "새 커밋 제목" 스프링 시큐리티 롤 권한 가져오기 @Override public Collection Spring Boot - Security https://github.com/Moonseonhyeon/spring-boot-security 새 프로젝트 만들기 아래와 같은 컨트롤러 만들고 나서 실행하면 톰켓이 데이터베이스를 메모리에 띄우기 때문에 지금 실행하면 디비없어서 아래와 같이 오류. 그래서 디비 설정해보자! application. 파일 확장자를 yml로 수정! 무조건 자동완성! (띄어쓰기 주의해야하니까) 더보기 server: port: 8080 servlet: context-path: / encoding: charset: UTF-8 enabled: true force: true spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost.. 오캠 https://ohsoft.net/kor/ocam/download.php?cate=1002 OH!SOFT - 오캠 다운로드 Copyright © 2020 Ohsoft.net. All Rights Reserved. ohsoft.net https://ezgif.com/ Animated GIF editor and GIF maker Easy to use online animated GIF maker and image editor. Upload and edit GIF images for free. Create, crop, resize, reverse, optimize and split animated GIFs, cut and resize videos, WebP and APNG animations. ezgif.com RetrofitConfig 안드로이드 debug f8 f7 Retrofit 영화 평점앱 1. 참고 디자인과 레트로핏 문서 https://dribbble.com/shots/7067508-Movie http://devflow.github.io/retrofit-kr/ Retrofit - 한글 문서 2. 실행화면 왼쪽 디자인완성 - 오른쪽 Retorofit2+RecyclerView 3. 의존성 gradle implementation 'com.squareup.picasso:picasso:2.71828' implementation 'com.squareup.retrofit2:retrofit:2.1.0' implementation 'com.squareup.retrofit2:converter-gson:2.1.0' implementation 'androidx.recyclerview:recyclerview:1.. 이전 1 ··· 10 11 12 13 14 15 16 ··· 45 다음