Jpa Query Dsl Where Condition
layout: post title: “[QueryDSL] like vs contains vs startswith” subtitle: “QueryDSL Where절 조건 검색문 비교” date: 2021-03-22 categories: Jpa tags: Query-Dsl comments: true
layout: post title: “[QueryDSL] like vs contains vs startswith” subtitle: “QueryDSL Where절 조건 검색문 비교” date: 2021-03-22 categories: Jpa tags: Query-Dsl comments: true
in Spring on Spring-Boot
스프링부트에서 정적자원(이미지,JS,CSS 등)을 기본 디렉토리로 저장해두면 추후 웹어플리케이션이 새로 업데이트될경우 모두 지워져버리기 때문에 반드시 외부 경로를 지정해서 저장해야한다.
in Spring on Spring-Security
이번에는 계정 정지를 넘어 실시간으로 유저를 로그아웃 시키는 방법을 알아보자