Web/UNIX7 Spring OAuth2.0 관련 링크 OAuth2.0 https://datatracker.ietf.org/doc/html/rfc6749 Spring Security Documents https://docs.spring.io/spring-security/reference/servlet/getting-started.html Spring Authorization Server Reference https://docs.spring.io/spring-authorization-server/docs/current/reference/html/index.html Spring Security - Github https://github.com/spring-projects/spring-security https://github.com/spring-projects/.. 2023. 4. 25. Spring 기본 설정 (Mysql 옵션을 설정한 경우) [메모용] 해당 글은 2023년 03월 28일을 기준으로 작성했습니다. 1. Spring Initializr ( https://start.spring.io/ ) 에서 프로젝트 설정. ( Gradle, java 를 쓸것이기 때문에 Project - Gradle - Groovy, Language - Java 로 설정 ) 그 외에 Group 이나 Artifact, Dependencies 등은 원하는데로 설정. 2. mysql 홈페이지에 가서 j connector 를 다운로드 함. https://dev.mysql.com/downloads/connector/j/ OS 를 Platform Independent 으로 설정해서 jar 파일만 다운받으면 됨. 3. 2번에서 다운받은 jar 파일을 적당한 폴더에 넣어줌. ( 필자는 .. 2023. 3. 28. JPA, Spring 등... (메모용) https://www.javatpoint.com/jpa-tutorial https://www.javatpoint.com/hibernate-tutorial https://www.javatpoint.com/spring-tutorial 2023. 3. 28. export default 와 export 의 차이 오랜만에 WPF 건드렸다가 머리좀 식힐겸 리액트를 건드려봤다. 자세한 내용은 https://beta.reactjs.org/learn/importing-and-exporting-components#default-vs-named-exports 에 있긴한데... 코드로 요약하면 아래와 같다. /* MyComponent.js 파일이라고 가정 */ function MyComponent1(){ return MyComponent1; } function MyComponent2(){ return MyComponent2; } export MyComponent2; export default MyComponent1; 위와 같이 MyComponent.js 파일내에 MyComponent1 과 MyComponent2 가 있다. M.. 2023. 3. 9. HTML, Javascript 레퍼런스 자료 (1) https://html.spec.whatwg.org/multipage/ HTML Standard html.spec.whatwg.org 2022. 1. 5. 이전 1 2 다음