분류 전체보기

프로젝트 일지

컨텍스트에 로딩 여부 확인

@PersistenceUnit EntityManagerFactory emf emf.getPersistenceUnitUtil().isLoaded(findMember.getTeam()) 이렇게 하면 컨텍스트에 로딩이 된것인가 아닌가 알아본다.

메모장

Query DSL 같은 테이블 조인

QMember m = new QMember("m"); 과 같이 이름을 변경해서 하면 같은 테이블을 조인해서 쓸 수 있다.

메모장

고아객체 삭제

orphanRemoval=true

메모장

비동기로 만들어보기

비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 비동기 스프링으로 만들어보기

메모장

Querydsl 설정

https://lordofkangs.tistory.com/461 [QueryDSL] QueryDSL 설정하기 ( SpringBoot 2.6이상, SpringBoot 3.x ) QueryDSL 설정은 쉽지않다. 인프런 김영한 강사님의 QueryDSL 강의를 수강하고 있는 학생이라면 QueryDSL 설정에 어려움을 겪고 있을 것이라 예상된다. 아무래도 강사님이 사용하는 버전이 SpringBoot 2.2.2 lordofkangs.tistory.com

메모장

11월 22일 이야기 메모

어플리케이션 언어 구성되고 나서 호출되니 compoenet 예시 : showSignup(폼보여준), signup 등 URL 명확하게, 메서드명 명확하게 a젝스 : 자바스크립트로 요청을 보낸다. 그럴 때는 json의 api 규칙을검색해보자 시큐리티 파는게 훨 낫다 디버그 찍으면서 시큐리티 뒤집어 엎어가면서 가면서 공부하자 로그인 로그아웃 csrf, curs, 로그인인증필터 자세하게 보기 6분30초 security # logging logging: level: org.springframework.security: trace # spring security filter 체크 crudrepository /////////////////////////////////////////////////////////////..

키스샷1104
'분류 전체보기' 카테고리의 글 목록 (14 Page)