본문 바로가기

Web/UNIX/JSP4

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.
Apache tomcat 10 & jdk 포터블(무설치) 방법 (윈도우즈) 차 례 1. tomcat 10 다운로드 2. jdk 다운로드 (version 8 이후) 3. 포터블 처리 4. 기본 경로 1. tomcat 10 다운로드 긔여운 톰캣을 따운받습니다. https://tomcat.apache.org/download-10.cgi Apache Tomcat® - Apache Tomcat 10 Software Downloads Welcome to the Apache Tomcat® 10.x software download page. This page provides download links for obtaining the latest version of Tomcat 10.0.x software, as well as links to the archives of older releas.. 2021. 4. 27.