Spring/study for project 89

스프링 시큐리티 관련

https://getinthere.tistory.com/15 스프링부트 with JPA 블로그 1강 - 환경세팅 1. Oracle JDK 1.8 설치 https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html Java SE Development Kit 8 - Downloads Java SE Development Kit 8 Downloads Thank you for downloading this release of the Java™ Platform, Standard Edition D getinthere.tistory.com https://0pen3r.tistory.com/342 MySQL 설치, 마이에스큐엘/MySQL develop..

[mysql] 자료형

https://eongeuni.tistory.com/16 [mysql] 자료형 -- 참고 : 생활코딩 mysql수업데이터타입 STRING형 CHAR( ) 0 ~ 255 고정문자 길이 크기를 지정하면 어떤길이의 데이터가 들어와도 같은용량 차지 --검색이 효율적임 VARCHAR( ) 0 ~ 65535 가변 문자 길이 데이 eongeuni.tistory.com https://determination.tistory.com/entry/MySQL-%EC%9E%90%EB%A3%8C%ED%98%95-%ED%97%B7%EA%B0%88%EB%A6%AC%EB%8A%94-%EA%B1%B0-%EC%A0%95%EB%A6%AC?category=1056523?category=1056523 MySQL - 자료형 헷갈리는 거 정리 CH..

Repository에 쓰이는 JPA의 findById vs getReferenceById

https://passionfruit200.tistory.com/386 [Spring Boot]JPA의 findById vs getReferenceById 의 차이점과 언제사용하는것이 맞는지에 대하여 글을 작성하게된 계기 member Entity를 생성하고 관련 테스트 코드를 작성하던 도중에, JPA를 상속받은 MemberRepository 에서 하나의 데이터를 조회할때 하나의 함수가 있는것이 아닌, findById 와 getReferenc passionfruit200.tistory.com